diff --git a/customize.dist/src/less2/include/notifications.less b/customize.dist/src/less2/include/notifications.less index f27d6ed60..1e4430db2 100644 --- a/customize.dist/src/less2/include/notifications.less +++ b/customize.dist/src/less2/include/notifications.less @@ -10,6 +10,9 @@ max-width: 300px; display: flex; flex-flow: column; + & hr { + margin: 0px !important; + } .cp-notification { min-height: @notif-height; display: flex; @@ -40,9 +43,6 @@ } } } - hr { - margin: 0px !important; - } .cp-notifications-gotoapp { p { padding: 10px 0 !important;