Skip to content

Commit 0e05cb9

Browse files
authored
[hotfix] Pill text has non breaking white space (#127)
1 parent 5f5320d commit 0e05cb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Lumi/Components/Pill.purs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ styles = jss
4848
, borderRadius: "20px"
4949
, fontSize: "13px"
5050
, border: "1px solid"
51+
, whiteSpace: "nowrap"
5152

5253
, "&[data-status=\"active\"]":
5354
{ color: cssStringHSLA colors.accent1

0 commit comments

Comments
 (0)