From 107b8c2a4708d0add09d10a4806d744ec634783a Mon Sep 17 00:00:00 2001 From: Sam Wray Date: Sat, 21 Nov 2020 17:12:28 +0000 Subject: [PATCH] fix(style): fixes broken UI CSS in production build (#456) --- src/App.vue | 5 ----- src/components/Gallery.vue | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/App.vue b/src/App.vue index e35fa5811..8fe6de272 100644 --- a/src/App.vue +++ b/src/App.vue @@ -409,11 +409,6 @@ export default { display: none; } -.lm_header .lm_tab { - padding: 0 1em 5px; - font-size: 1rem; -} - html, body, #app { diff --git a/src/components/Gallery.vue b/src/components/Gallery.vue index ea9c3b113..279feee3e 100644 --- a/src/components/Gallery.vue +++ b/src/components/Gallery.vue @@ -221,7 +221,7 @@ export default { } .fluid > .smooth-dnd-draggable-wrapper { - display: inline-block; + display: inline-block !important; margin-right: 8px; }