diff --git a/app/assets/stylesheets/layout/account_menu.scss b/app/assets/stylesheets/layout/account_menu.scss index 9ad2d316b..385513af8 100644 --- a/app/assets/stylesheets/layout/account_menu.scss +++ b/app/assets/stylesheets/layout/account_menu.scss @@ -21,7 +21,6 @@ .is-submenu-item { display: block; - height: auto; margin-bottom: 0; } diff --git a/app/assets/stylesheets/layout/admin_header.scss b/app/assets/stylesheets/layout/admin_header.scss index e695f9e83..fbd1a9d15 100644 --- a/app/assets/stylesheets/layout/admin_header.scss +++ b/app/assets/stylesheets/layout/admin_header.scss @@ -15,7 +15,6 @@ } .top-bar { - height: auto; padding-top: $line-height / 2; @include breakpoint(small only) { @@ -25,10 +24,6 @@ padding-bottom: 0; margin-bottom: 0; - .submenu { - position: initial; - } - a { font-weight: normal; } @@ -70,11 +65,4 @@ } } } - - .top-bar .menu > li { - - @include breakpoint(medium) { - height: auto !important; - } - } }