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 GitHub
parent ffeeff260f
commit 7754048b80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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