From a3d36237e22338282053e3c9350eb1d1a72028c5 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Mon, 3 May 2021 22:28:25 +0100 Subject: [PATCH] Fixed white borders on layout tabs on ios Closes #2728 --- resources/sass/_header.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/sass/_header.scss b/resources/sass/_header.scss index 12f098a1b..1a7015078 100644 --- a/resources/sass/_header.scss +++ b/resources/sass/_header.scss @@ -228,6 +228,7 @@ header .search-box { text-align: center; border-bottom: 3px solid #BBB; cursor: pointer; + margin: 0; @include lightDark(background-color, #FFF, #222); @include lightDark(border-bottom-color, #BBB, #333); &:first-child {