Fix broken alignments in button icon+label

This commit is contained in:
Hadi Nategh 2022-01-20 17:23:30 +01:00
parent a2c75f0722
commit c8e16dd3fb

View File

@ -22,10 +22,6 @@ export const buttonStyles = [
box-shadow: inset 1px 2px 1px rgb(0 0 0 / 50%);
}
div {
flex: 1 1 auto;
background-repeat: no-repeat;
background-position: left center;
background-size: contain;
margin: 2px;
height:20px;
}