Adwaita: set a min-width on horizontal spinbutton entry
to accomodate at least 3 chars, before overflowing.
This commit is contained in:
parent
5085e1c70d
commit
3c89c11328
@ -924,6 +924,7 @@ spinbutton {
|
||||
padding: 0;
|
||||
|
||||
entry {
|
||||
min-width: 28px;
|
||||
margin: 0;
|
||||
background: none;
|
||||
border: none;
|
||||
|
@ -1240,6 +1240,7 @@ button:visited {
|
||||
spinbutton:not(.vertical) {
|
||||
padding: 0; }
|
||||
spinbutton:not(.vertical) entry, spinbutton:not(.vertical) spinbutton:not(.vertical) {
|
||||
min-width: 28px;
|
||||
margin: 0;
|
||||
background: none;
|
||||
border: none;
|
||||
|
@ -1244,6 +1244,7 @@ button:visited {
|
||||
spinbutton:not(.vertical) {
|
||||
padding: 0; }
|
||||
spinbutton:not(.vertical) entry, spinbutton:not(.vertical) spinbutton:not(.vertical) {
|
||||
min-width: 28px;
|
||||
margin: 0;
|
||||
background: none;
|
||||
border: none;
|
||||
|
Loading…
Reference in New Issue
Block a user