From bb64250643bc26576e21adce9491d5abedea4275 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 25 Feb 2022 11:22:51 -0500 Subject: [PATCH] fix: no padding in notification-list dropdown --- less/header.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/header.less b/less/header.less index eb0552a..269088f 100644 --- a/less/header.less +++ b/less/header.less @@ -1,4 +1,8 @@ .header, .slideout-menu { + .notifications .dropdown-menu { + padding: 0; + } + .notification-list { overflow-x: hidden; overflow-y: auto;