From e121022a4f7edec124039aa2fed5ebb23ea245bc Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Wed, 29 Sep 2021 14:29:57 +0200 Subject: [PATCH] modal.less: Align .close button --- public/css/icinga/modal.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/modal.less b/public/css/icinga/modal.less index 2aba4867b..a23bf26f6 100644 --- a/public/css/icinga/modal.less +++ b/public/css/icinga/modal.less @@ -62,7 +62,7 @@ > button { position: absolute; top: .75em; - right: .75em; + right: 1em; .var(background-color, "gray"); border: none;