mirror of https://github.com/laurent22/joplin.git
Desktop: Fixes text wrap on new buttons (#7938)
parent
3a744c79ae
commit
5354ad3934
|
@ -51,6 +51,7 @@ const StyledButton = styled(Button)`
|
|||
height: 26px;
|
||||
min-height: 26px;
|
||||
max-width: none;
|
||||
white-space: nowrap;
|
||||
|
||||
.fa, .fas {
|
||||
font-size: 11px;
|
||||
|
|
Loading…
Reference in New Issue