1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Desktop: Fixes text wrap on new buttons (#7938)

This commit is contained in:
Julien 2023-03-17 16:51:46 +08:00 committed by Laurent Cozic
parent 3a744c79ae
commit 5354ad3934

View File

@ -51,6 +51,7 @@ const StyledButton = styled(Button)`
height: 26px; height: 26px;
min-height: 26px; min-height: 26px;
max-width: none; max-width: none;
white-space: nowrap;
.fa, .fas { .fa, .fas {
font-size: 11px; font-size: 11px;