Skip to content

Commit ae76f64

Browse files
committed
wider input fields
1 parent f7d4f74 commit ae76f64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tabs/configuration.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
}
8383

8484
.tab-configuration .number input {
85-
width: 50px;
85+
width: 55px;
8686
padding-left: 3px;
8787
height: 20px;
8888
line-height: 20px;
@@ -95,7 +95,7 @@
9595
}
9696

9797
.tab-configuration .numberwide input {
98-
width: 50px;
98+
width: 55px;
9999
padding-left: 3px;
100100
height: 20px;
101101
line-height: 20px;
@@ -109,7 +109,7 @@
109109

110110

111111
.tab-configuration .number .disabled {
112-
width: 43px;
112+
width: 48px;
113113
padding: 0px 5px;
114114
background-color: #ececec;
115115
}

0 commit comments

Comments
 (0)