Skip to content

Commit 1e6cfab

Browse files
committed
CSS: View One: added minimum width for more field types (in panel-lists).
1 parent 2627ef8 commit 1e6cfab

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

less/one.less

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,22 @@
3333

3434
.evo-plist{
3535
overflow-x: auto;
36-
input[type="date"]{
37-
max-width: 160px;
36+
input{
37+
&[type="date"]{
38+
max-width: 160px;
39+
}
40+
&[type="number"]{
41+
min-width: 100px;
42+
}
43+
&[type="text"],
44+
textarea{
45+
min-width: 120px;
46+
}
3847
}
39-
input[type="text"],
40-
textarea{
48+
select{
4149
min-width: 120px;
4250
}
51+
4352
.table{
4453
margin-bottom: 0;
4554
}

0 commit comments

Comments
 (0)