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;
|
gap: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
button {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.divider {
|
.divider {
|
||||||
width: 0;
|
width: 0;
|
||||||
height: calc(
|
height: calc(
|
||||||
|
|||||||
@ -996,6 +996,7 @@ dialog :link {
|
|||||||
font: message-box;
|
font: message-box;
|
||||||
flex: none;
|
flex: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
> span {
|
> span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user