FIX: some adjustment for the UI of the table
This commit is contained in:
parent
704e4b9cf8
commit
e46bf15407
|
@ -5,7 +5,8 @@
|
|||
}
|
||||
}
|
||||
input {
|
||||
width: 3em;
|
||||
width: 2.333em;
|
||||
padding: 4px;
|
||||
@include breakpoint(mobile-extra-large) {
|
||||
width: 2em;
|
||||
}
|
||||
|
@ -18,6 +19,7 @@
|
|||
margin: 0 0.667em;
|
||||
td {
|
||||
padding: 0.5em 0.5em 0.5em 0;
|
||||
min-width: 10em;
|
||||
@include breakpoint(mobile, min-width) {
|
||||
min-width: 15em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue