Fixed: Toolbar Button labels overlap

Fixes #7553
This commit is contained in:
Mijail Todorovich 2022-08-20 15:08:31 -03:00 committed by Qstick
parent c7baa66de2
commit 40a15d59e0
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@
composes: link from '~Components/Link/Link.css';
padding-top: 4px;
width: $toolbarButtonWidth;
min-width: $toolbarButtonWidth;
width: min-content;
text-align: center;
&:hover {