From 7a24bc10d175a2dd91891298b408c814196d8367 Mon Sep 17 00:00:00 2001 From: David Benque Date: Mon, 16 Sep 2024 11:06:32 +0100 Subject: [PATCH] Apply default padding to Rich-Text buttons Fix an issue where the button icons were pushed down beyond the outline --- www/pad/app-pad.less | 1 + 1 file changed, 1 insertion(+) diff --git a/www/pad/app-pad.less b/www/pad/app-pad.less index dda6f1069..ae5c611a4 100644 --- a/www/pad/app-pad.less +++ b/www/pad/app-pad.less @@ -60,6 +60,7 @@ body.cp-app-pad { cursor: pointer; height: 28px; line-height: 28px; + padding: 0px 6px; .fa { margin: 0 !important; } } &.hidden {