Merge pull request #19018 from calixteman/issue19008

Set the padding of the buttons in the toolbars to zero
This commit is contained in:
calixteman 2024-11-10 17:05:55 +01:00 committed by GitHub
commit 34e4c4f9b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -309,6 +309,10 @@
gap: 0;
height: 100%;
button {
padding: 0;
}
.divider {
width: 0;
height: calc(

View File

@ -996,6 +996,7 @@ dialog :link {
font: message-box;
flex: none;
position: relative;
padding: 0;
> span {
display: inline-block;