Account for really long words in the mobile version of the views table

This commit is contained in:
Kevin MacMartin 2023-07-24 12:29:21 -04:00
parent 83fb55cad8
commit a7bd81e37b

View file

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