mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 19:00:12 +00:00
inspector: Don't add padding to spinbuttons
That looks stupid.
This commit is contained in:
parent
e325f65c8a
commit
e5de03144f
@ -27,9 +27,13 @@
|
|||||||
.list .cell entry,
|
.list .cell entry,
|
||||||
.list .cell spinbutton,
|
.list .cell spinbutton,
|
||||||
.list .cell button,
|
.list .cell button,
|
||||||
.list .cell combobox
|
.list .cell combobox {
|
||||||
{
|
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list .cell entry,
|
||||||
|
.list .cell button,
|
||||||
|
.list .cell combobox {
|
||||||
padding: 0 4px;
|
padding: 0 4px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user