From cc2075a21d3cedcfcf8f0edd782aa0c468ea60ce Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 1 Sep 2021 15:46:20 +0200 Subject: [PATCH] css: Align icons and labels of quick actions on the same baseline --- public/css/widget/quick-actions.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/css/widget/quick-actions.less b/public/css/widget/quick-actions.less index 145638e3..e4139817 100644 --- a/public/css/widget/quick-actions.less +++ b/public/css/widget/quick-actions.less @@ -13,7 +13,8 @@ button { padding: .25em; .rounded-corners(); - display: inline-block; + display: inline-flex; + align-items: baseline; &:hover { background: @gray-lighter;