From c247b8f12f12188624506eddf66061d9fd3409d7 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 14 Dec 2018 16:47:55 -0500 Subject: [PATCH] fixing brokend dropdown layout --- css/app.css | 2 +- scss/_utility.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 6a09340..a499143 100644 --- a/css/app.css +++ b/css/app.css @@ -6327,7 +6327,7 @@ img.alignleft { will-change: transform; } .flex { - display: flex; } + display: flex !important; } .stack { flex-direction: column; } diff --git a/scss/_utility.scss b/scss/_utility.scss index cd54bf9..d80bc9a 100644 --- a/scss/_utility.scss +++ b/scss/_utility.scss @@ -133,7 +133,7 @@ will-change: transform; } .flex{ - display: flex; + display: flex !important; } .stack{ flex-direction: column; -- 2.17.1