mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-14 04:32:31 -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;
|
margin-bottom: 0px;
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
|
|
||||||
|
@include media-breakpoint-down(xxl) {
|
||||||
|
overflow-x: auto;
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
> thead > tr {
|
> thead > tr {
|
||||||
@include media-breakpoint-down(xl) {
|
@include media-breakpoint-down(xl) {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue