From c1832969b4be09c25897690e429fb2170b9b8a59 Mon Sep 17 00:00:00 2001 From: mlorb Date: Thu, 19 Apr 2018 13:26:10 +0200 Subject: [PATCH] fix top navigation style --- app/assets/stylesheets/themes/main_navigation.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/themes/main_navigation.scss b/app/assets/stylesheets/themes/main_navigation.scss index e4a25938b..26e144dd7 100644 --- a/app/assets/stylesheets/themes/main_navigation.scss +++ b/app/assets/stylesheets/themes/main_navigation.scss @@ -270,6 +270,10 @@ padding-top: 5px; } + li:last-child { + border-bottom: 0; + } + .btn-default { text-align: right; width: 300px;