Skip to content

Commit

Permalink
fix(item): input-wrapper now inherits overflow (#21282)
Browse files Browse the repository at this point in the history
  • Loading branch information
acurrieclark authored May 27, 2020
1 parent 5285824 commit 29d208d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/item/item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ button, a {

text-overflow: ellipsis;

overflow: hidden;
overflow: inherit;
box-sizing: border-box;
}

Expand Down

0 comments on commit 29d208d

Please sign in to comment.