Merge pull request #1653 from cryptpad/rt-buttons-fix

Apply default padding to Rich-Text buttons
This commit is contained in:
yflory 2024-09-16 12:31:02 +02:00 committed by GitHub
commit 5f673eea80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {