SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 95a54e2e authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Fix Safari min-width differences

parent 8d2a6729
No related branches found
No related tags found
No related merge requests found
...@@ -25,10 +25,6 @@ ...@@ -25,10 +25,6 @@
flex-direction: row; flex-direction: row;
} }
// .navbar-collapse.show .nav-item {
// margin-bottom: .25rem;
// }
.active > .nav-link { .active > .nav-link {
border-color: $scipost-darkblue; border-color: $scipost-darkblue;
} }
...@@ -54,7 +50,7 @@ ...@@ -54,7 +50,7 @@
} }
.form-inline { .form-inline {
min-width: 250px; min-width: 280px;
.form-control { .form-control {
width: auto !important; width: auto !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment