diff --git a/app/assets/stylesheets/new_header.scss b/app/assets/stylesheets/new_header.scss index 2175d260b..255bf16ce 100644 --- a/app/assets/stylesheets/new_header.scss +++ b/app/assets/stylesheets/new_header.scss @@ -20,4 +20,9 @@ margin-left: 0; margin-right: 0; } + + // Remove border on when there is one item only + .fr-nav__item:only-child::before { + box-shadow: none; + } } \ No newline at end of file