Align button icon to baseline

This commit is contained in:
Sukhwinder Dhillon 2022-06-09 15:54:27 +02:00 committed by Johannes Meyer
parent ff551392c7
commit fbd4434b40
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
) {
.rounded-corners(3px);
display: inline-flex;
align-items: baseline;
background-color: @background-color;
border: 2px solid @border-font-color;
color: @border-font-color;