Fix umlaut cutoff in buttons
This commit is contained in:
parent
f16ae357fd
commit
2b16523a39
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
|||
|
||||
.button__label {
|
||||
// height:1em;
|
||||
margin-top: 2px;
|
||||
margin-top: 1px;
|
||||
padding-top: 2px;
|
||||
}
|
||||
|
||||
@media (max-width: $breakpoint-small) {
|
||||
|
|
Loading…
Reference in a new issue