ui: remove table-responsive padding on small screens

This commit is contained in:
Franco Fichtner 2018-02-02 06:36:50 +00:00
parent 450d8ba102
commit 2f60a1accd
2 changed files with 12 additions and 3 deletions

View File

@ -650,5 +650,11 @@ select {
#grid-log th[data-column-id="__timestamp__"],
#filter-log-entries th[data-column-id="__timestamp__"] {
min-width: 3.5em;
min-width: 3.5em;
}
.table-responsive {
@media screen and (max-width: $screen-xs-max) {
margin-bottom: 0;
}
}

View File

@ -5864,5 +5864,8 @@ select {
#grid-log th[data-column-id="__timestamp__"],
#filter-log-entries th[data-column-id="__timestamp__"] {
min-width: 3.5em;
}
in-width: 3.5em; }
@media screen and (max-width: 767px) {
.table-responsive {
margin-bottom: 0px; } }