mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-12 12:06:38 -05:00
Account for really long words in the mobile version of the views table
This commit is contained in:
parent
83fb55cad8
commit
a7bd81e37b
1 changed files with 6 additions and 0 deletions
|
@ -551,6 +551,12 @@ body {
|
|||
margin-bottom: 0px;
|
||||
border-bottom-color: transparent;
|
||||
|
||||
@include media-breakpoint-down(xxl) {
|
||||
overflow-x: auto;
|
||||
display: block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
> thead > tr {
|
||||
@include media-breakpoint-down(xl) {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue