Skip to content

Commit

Permalink
fix(list-input): fix overflow with floating label
Browse files Browse the repository at this point in the history
fixes #10
  • Loading branch information
nolimits4web committed Sep 13, 2021
1 parent a33c382 commit 56f1af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/components/ListInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const ListInput = forwardRef((props, ref) => {
common: 'flex items-center',
},
stacked: '',
floating: '',
floating: 'overflow-hidden',
},
label: {
common: `text-xs ${getLabelColor()}`,
Expand Down

0 comments on commit 56f1af7

Please sign in to comment.