From a7bd81e37bbc50726f5e4eb8cc094f5e81f6cbd4 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 24 Jul 2023 12:29:21 -0400 Subject: [PATCH] Account for really long words in the mobile version of the views table --- resources/sass/dashboard.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resources/sass/dashboard.scss b/resources/sass/dashboard.scss index 19fbd02..706c2ea 100644 --- a/resources/sass/dashboard.scss +++ b/resources/sass/dashboard.scss @@ -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;