fix(i18n): button text overflow
https://discord.com/channels/774491656643674122/776293233382653963/806828497242816522
This commit is contained in:
parent
06a91b1c2d
commit
69e5bd0a78
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@ button {
|
|||
font-family: inherit;
|
||||
}
|
||||
|
||||
/* fix `View in LibreScore` button text overflow */
|
||||
button:last-of-type {
|
||||
width: unset !important;
|
||||
}
|
||||
|
||||
svg {
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
|
|
Loading…
Reference in a new issue