1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 15:47:20 +02:00

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

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 {