fix multi line links
This commit is contained in:
parent
f386352be3
commit
213c336192
1 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,14 @@
|
|||
@media (min-width: $breakpoint-small) {
|
||||
margin-top: var(--spacing-xl);
|
||||
}
|
||||
|
||||
.button {
|
||||
display: inline;
|
||||
|
||||
.button__content {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.media__actions {
|
||||
|
|
Loading…
Reference in a new issue