FIX: some adjustment for the UI of the table

This commit is contained in:
Dax74 2020-05-08 16:39:31 +02:00 committed by GitHub
parent 704e4b9cf8
commit e46bf15407
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,8 @@
} }
} }
input { input {
width: 3em; width: 2.333em;
padding: 4px;
@include breakpoint(mobile-extra-large) { @include breakpoint(mobile-extra-large) {
width: 2em; width: 2em;
} }
@ -18,6 +19,7 @@
margin: 0 0.667em; margin: 0 0.667em;
td { td {
padding: 0.5em 0.5em 0.5em 0; padding: 0.5em 0.5em 0.5em 0;
min-width: 10em;
@include breakpoint(mobile, min-width) { @include breakpoint(mobile, min-width) {
min-width: 15em; min-width: 15em;
} }