From 69e5bd0a7809c75a30230aa4b4617190bb51ff92 Mon Sep 17 00:00:00 2001 From: Xmader Date: Fri, 5 Feb 2021 18:07:24 -0500 Subject: [PATCH] fix(i18n): button text overflow https://discord.com/channels/774491656643674122/776293233382653963/806828497242816522 --- src/btn.css | 5 +++++ 1 file changed, 5 insertions(+) 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;