Apply default padding to Rich-Text buttons

Fix an issue where the button icons were pushed down beyond the outline
This commit is contained in:
David Benque 2024-09-16 11:06:32 +01:00
parent 29b740a36b
commit 7a24bc10d1
No known key found for this signature in database
GPG Key ID: 7EC3E5D34DCCC0BF
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ body.cp-app-pad {
cursor: pointer;
height: 28px;
line-height: 28px;
padding: 0px 6px;
.fa { margin: 0 !important; }
}
&.hidden {