From 2ce1e47404ff8adbb1d52cc17776a541b045318c Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Thu, 9 Jun 2022 15:54:27 +0200 Subject: [PATCH] Align button icon to baseline (cherry picked from commit fbd4434b40ae76601c7828948e3e07fe447ed0d7) --- public/css/icinga/mixins.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/css/icinga/mixins.less b/public/css/icinga/mixins.less index c6938d22b..6c555127b 100644 --- a/public/css/icinga/mixins.less +++ b/public/css/icinga/mixins.less @@ -7,6 +7,8 @@ ) { .rounded-corners(3px); + display: inline-flex; + align-items: baseline; background-color: @background-color; border: 2px solid @border-font-color; color: @border-font-color;