From 6a663c5d353933636ba29cb899b2a75fb01f02c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Thu, 21 Nov 2019 15:16:25 +0000 Subject: [PATCH] re-re-align buttons --- customize.dist/src/less2/include/alertify.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/customize.dist/src/less2/include/alertify.less b/customize.dist/src/less2/include/alertify.less index 91e75fe17..e4e1d24d6 100644 --- a/customize.dist/src/less2/include/alertify.less +++ b/customize.dist/src/less2/include/alertify.less @@ -264,7 +264,7 @@ display: inline-block; align-items: center; padding: 0 6px; - //margin: 6px 8px; + margin: 6px 8px; line-height: 36px; min-height: 36px; white-space: nowrap; @@ -344,9 +344,9 @@ padding: @alertify_padding-base; text-align: right; button{ - margin:0px; + margin:0px !important; // XXX was not overriding the button margin &:not(:last-child) { - margin-right: @alertify_padding-base; + margin-right: @alertify_padding-base !important; } } }