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
1 changed files with 3 additions and 1 deletions

View File

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