Skip to content

Commit 217261a

Browse files
Fix lockup text not being ellipsed in some flex contexts (#151)
1 parent 52d76a4 commit 217261a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Lumi/Components/Lockup.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ styles = jss
116116
{ display: "flex"
117117
, flexFlow: "row nowrap"
118118
, alignItems: "center"
119+
, minWidth: "0"
119120

120121
, "& > lumi-lockup-description":
121122
{ display: "flex"

0 commit comments

Comments
 (0)