From 4faf0cdf5cdfd85a0de833307a99a4226660f257 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 25 Jul 2022 14:32:34 -0400 Subject: [PATCH] fix: minor margin tweak for alert in acp header --- 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 bea1446f42..1c50293113 100644 --- a/public/less/admin/header.less +++ b/public/less/admin/header.less @@ -38,7 +38,7 @@ .alert { font-size: 14px; - margin-bottom: 0; + margin-bottom: 5px; &.alert-info { background-color: #eee;