From 016c6cc3c6a9d18fe6a066a859fa720ff8c62960 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 1 Mar 2021 15:24:20 +0100 Subject: [PATCH] Fix CSS race condition with bottstrap alerts --- customize.dist/src/less2/include/forms.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/forms.less b/customize.dist/src/less2/include/forms.less index 7f072115c..14dec8079 100644 --- a/customize.dist/src/less2/include/forms.less +++ b/customize.dist/src/less2/include/forms.less @@ -208,7 +208,7 @@ } } // Bootstrap Alerts - .alert { + body .alert { margin: 0px 0px @alertify_padding-base 0px; font-size: 12px; padding: 5px;