fix(Jumpers/EditSlates): fix tag overflow

This commit is contained in:
Aminejv 2022-01-21 13:04:49 +01:00 committed by Martina
parent 1dffc5a782
commit a657d69ebc

View File

@ -443,7 +443,7 @@ const ComboboxSlatesMenuButton = ({
as="span"
nbrOflines={isCreateAction ? 2 : 1}
title={children}
style={{ marginLeft: 32, maxWidth: "50ch" }}
style={{ marginLeft: 32, maxWidth: "46ch" }}
>
{children}
</System.H5>