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

pull/7944/head
Julien 2023-03-17 16:51:46 +08:00 committed by Laurent Cozic
parent 3a744c79ae
commit 5354ad3934
1 changed files with 1 additions and 0 deletions

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;