Adwaita: set a min-width on horizontal spinbutton entry

to accomodate at least 3 chars, before overflowing.
This commit is contained in:
Lapo Calamandrei 2016-03-11 18:02:37 +01:00
parent 5085e1c70d
commit 3c89c11328
3 changed files with 3 additions and 0 deletions

View File

@ -924,6 +924,7 @@ spinbutton {
padding: 0;
entry {
min-width: 28px;
margin: 0;
background: none;
border: none;

View File

@ -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;

View File

@ -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;