mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
ui: remove table-responsive padding on small screens
This commit is contained in:
parent
450d8ba102
commit
2f60a1accd
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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; } }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user