Skip to content

Commit ab75fe2

Browse files
committed
fix account overflow
1 parent 80fcfc9 commit ab75fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instances/treasury-factory.near/widget/components/create-treasury/CreateAppAccountStep.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const AccountDisplay = ({ label, prefix, tooltipInfo, noBorder }) => {
108108
<i className="mx-1 bi bi-info-circle text-secondary" />
109109
</OverlayTrigger>
110110
</div>
111-
<span className="h6 mb-0 align-items-center">
111+
<span className="h6 mb-0 align-items-center text-break">
112112
<span className="text-primary">{formFields.accountName}</span>
113113
<span style={{ marginLeft: "-5px" }}>{prefix}</span>
114114
</span>

0 commit comments

Comments
 (0)