From 95a54e2e7b68ab1bc6fc405020f39d6c4c27a192 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Fri, 12 May 2017 23:47:04 +0200 Subject: [PATCH] Fix Safari min-width differences --- scipost/static/scipost/assets/css/_navbar.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scipost/static/scipost/assets/css/_navbar.scss b/scipost/static/scipost/assets/css/_navbar.scss index c9ca47fc1..302993352 100644 --- a/scipost/static/scipost/assets/css/_navbar.scss +++ b/scipost/static/scipost/assets/css/_navbar.scss @@ -25,10 +25,6 @@ flex-direction: row; } - // .navbar-collapse.show .nav-item { - // margin-bottom: .25rem; - // } - .active > .nav-link { border-color: $scipost-darkblue; } @@ -54,7 +50,7 @@ } .form-inline { - min-width: 250px; + min-width: 280px; .form-control { width: auto !important; -- GitLab