From e199aac29a5cb6483fd528060eb56720327eccb2 Mon Sep 17 00:00:00 2001 From: rijkvanzanten Date: Wed, 2 Sep 2020 12:33:08 -0400 Subject: [PATCH] Fix tabular overflow --- app/src/layouts/tabular/tabular.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/layouts/tabular/tabular.vue b/app/src/layouts/tabular/tabular.vue index 93f2696387..171a159248 100644 --- a/app/src/layouts/tabular/tabular.vue +++ b/app/src/layouts/tabular/tabular.vue @@ -514,7 +514,7 @@ export default defineComponent({ display: contents; ::v-deep > table { - min-width: calc(100% - var(--content-padding)); + min-width: calc(100% - var(--content-padding)) !important; margin-left: var(--content-padding); tr { @@ -574,10 +574,10 @@ export default defineComponent({ .item-count { position: relative; + display: none; margin: 0 8px; color: var(--foreground-subdued); white-space: nowrap; - display: none; @include breakpoint(small) { display: inline;