From c018f279cd3b0dba81f11cc90464681e12302128 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 14 Nov 2019 12:00:40 +0100 Subject: [PATCH] Fix content selection title --- src/components/ContentSelection.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ContentSelection.vue b/src/components/ContentSelection.vue index 6dda320..2d1b57d 100644 --- a/src/components/ContentSelection.vue +++ b/src/components/ContentSelection.vue @@ -68,7 +68,7 @@ display: flex; .title-small-screens { - display: none; + display: none !important; } .title { @@ -139,7 +139,7 @@ flex-direction: column; .title-small-screens { - display: inherit; + display: inherit !important; margin-bottom: 5px; }