Xmader 2021-02-05 18:07:24 -05:00
parent 06a91b1c2d
commit 69e5bd0a78
No known key found for this signature in database
GPG Key ID: A20B97FB9EB730E4
1 changed files with 5 additions and 0 deletions

View File

@ -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;