From b9bee1b90bdc23f44d6a860c15ec3abf98fdef85 Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 13 Feb 2017 21:54:35 +0530 Subject: [PATCH] Added max-width-100 to text truncate --- scss/prototype/_text-utilities.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/prototype/_text-utilities.scss b/scss/prototype/_text-utilities.scss index be4deb8b4..8c327a2fc 100644 --- a/scss/prototype/_text-utilities.scss +++ b/scss/prototype/_text-utilities.scss @@ -28,6 +28,7 @@ $prototype-text-overflow: ellipsis !default; @mixin text-truncate( $overflow: $prototype-text-overflow ) { + max-width: 100% !important; overflow: hidden !important; text-overflow: $overflow; white-space: nowrap !important; -- 2.47.2