inspector: Don't add padding to spinbuttons

That looks stupid.
This commit is contained in:
Timm Bäder 2019-10-06 14:47:36 +02:00
parent e325f65c8a
commit e5de03144f

View File

@ -27,9 +27,13 @@
.list .cell entry,
.list .cell spinbutton,
.list .cell button,
.list .cell combobox
{
.list .cell combobox {
min-height: 24px;
min-width: 0;
}
.list .cell entry,
.list .cell button,
.list .cell combobox {
padding: 0 4px;
}