diff --git a/src/btn.css b/src/btn.css index b27c0ec..a54aa14 100644 --- a/src/btn.css +++ b/src/btn.css @@ -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;