fix(item): input-wrapper now inherits overflow (#21282)

This commit is contained in:
Alex Currie-Clark
2020-05-27 17:56:11 +01:00
committed by GitHub
parent 5285824da5
commit 29d208de88

View File

@ -328,7 +328,7 @@ button, a {
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: inherit;
box-sizing: border-box; box-sizing: border-box;
} }