Restore min-width on style manager -/+ buttons

Set to 0 in 23da0d70b, possibly because the default was too chunky, but
it's definitely wrong with 0
This commit is contained in:
Dan Stillman 2024-06-07 00:31:50 -04:00
parent be2ae2c1d7
commit 92206d30f6

View file

@ -21,9 +21,3 @@
{
width: 105px;
}
#styleManager-buttons {
button {
min-width: 0;
}
}