inspector: Don't add padding to spinbuttons
authorTimm Bäder <mail@baedert.org>
Sun, 6 Oct 2019 12:47:36 +0000 (14:47 +0200)
committerTimm Bäder <mail@baedert.org>
Wed, 9 Oct 2019 14:57:22 +0000 (16:57 +0200)
That looks stupid.

gtk/inspector/inspector.css

index 70b777d5e7ff6e83245452a847db295b1f23abd4..f31c2f1c6facba23661f83f37ef4ad0df2ba1301 100644 (file)
 .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;
 }