From 6b22ba2707616e89b3a6b0100622427e49c88fa6 Mon Sep 17 00:00:00 2001 From: orangemug Date: Sun, 2 Apr 2017 16:11:14 +0100 Subject: [PATCH] Removed duplicate css rules. --- src/styles/_modal.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index f1f1b6d..0d1c18e 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -11,7 +11,6 @@ padding-top: $margin-3; padding-bottom: $margin-3; @include flex-column; - flex-direction: column; flex-shrink: 0; /* Bug fix: */ min-height: 0; @@ -40,7 +39,6 @@ .maputnik-modal-content { padding: $margin-3; @include flex-column; - flex-direction: column; max-height: 90vh; }