From 6b01dc53da0bec60852e522c342d5018f3669735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Sat, 28 Jan 2023 00:30:39 +0100 Subject: [PATCH] Remove unused style inside top-bar-left There isn't a `ul` element here, so this rule doesn't apply. --- app/assets/stylesheets/layout/admin_header.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/layout/admin_header.scss b/app/assets/stylesheets/layout/admin_header.scss index 4c13eb895..2e58fe3f9 100644 --- a/app/assets/stylesheets/layout/admin_header.scss +++ b/app/assets/stylesheets/layout/admin_header.scss @@ -21,10 +21,6 @@ @include breakpoint(small only) { - .top-bar-left ul { - display: inline-block; - } - .account-menu { border-bottom: 0; padding-bottom: 0;