Merge pull request #19018 from calixteman/issue19008
Set the padding of the buttons in the toolbars to zero
This commit is contained in:
commit
34e4c4f9b6
@ -309,6 +309,10 @@
|
||||
gap: 0;
|
||||
height: 100%;
|
||||
|
||||
button {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.divider {
|
||||
width: 0;
|
||||
height: calc(
|
||||
|
||||
@ -996,6 +996,7 @@ dialog :link {
|
||||
font: message-box;
|
||||
flex: none;
|
||||
position: relative;
|
||||
padding: 0;
|
||||
|
||||
> span {
|
||||
display: inline-block;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user