mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-26 02:24:44 +03:00
fix(Jumpers/EditSlates): fix tag overflow
This commit is contained in:
parent
1dffc5a782
commit
a657d69ebc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user