From 29d208de88f340e216e22badb6366bba4eda8bfb Mon Sep 17 00:00:00 2001 From: Alex Currie-Clark <1306728+acurrieclark@users.noreply.github.com> Date: Wed, 27 May 2020 17:56:11 +0100 Subject: [PATCH] fix(item): input-wrapper now inherits overflow (#21282) --- core/src/components/item/item.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/item/item.scss b/core/src/components/item/item.scss index ca474baefa..3b38b5fa49 100644 --- a/core/src/components/item/item.scss +++ b/core/src/components/item/item.scss @@ -328,7 +328,7 @@ button, a { text-overflow: ellipsis; - overflow: hidden; + overflow: inherit; box-sizing: border-box; }