From 03f5cbcce12a7c10800d43a399b573f80859c40c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Thu, 13 Jan 2022 19:52:11 -0500 Subject: [PATCH] fix: #10158, fix extra padding --- public/less/admin/header.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/less/admin/header.less b/public/less/admin/header.less index 7b670ef39e..bea1446f42 100644 --- a/public/less/admin/header.less +++ b/public/less/admin/header.less @@ -92,7 +92,7 @@ } } - #main-menu li { + #main-menu > li { padding-bottom: 10px; }