From 2cd7f0f74c0d77f22940ebb672139fd294f20d12 Mon Sep 17 00:00:00 2001 From: Andrew Montoya Date: Mon, 14 Jun 2021 18:08:27 -0600 Subject: [PATCH] :lipstick: Fix add font button wrap --- .../styles/main/partials/dashboard-fonts.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/resources/styles/main/partials/dashboard-fonts.scss b/frontend/resources/styles/main/partials/dashboard-fonts.scss index 0f61a12a3a..2370def964 100644 --- a/frontend/resources/styles/main/partials/dashboard-fonts.scss +++ b/frontend/resources/styles/main/partials/dashboard-fonts.scss @@ -121,11 +121,9 @@ fill: $color-gray-30; } } - } } - .filenames { display: flex; flex-direction: column; @@ -153,7 +151,6 @@ transform: rotate(45deg); } } - } } } @@ -164,7 +161,6 @@ display: flex; flex-direction: column; - .upload-button { width: 100px; } @@ -182,7 +178,7 @@ .banner { background-color: unset; - display: flex; + display: flex; .icon { display: flex; @@ -203,6 +199,10 @@ width: 80%; color: $color-gray-40; } + + .btn-primary { + flex-shrink: 0; + } } .fonts-placeholder { @@ -217,7 +217,6 @@ border: 1px dashed $color-gray-20; margin-top: 16px; - .icon { svg { fill: $color-gray-40;