]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added max-width-100 to text truncate
authorharry <harmanmanchanda182@gmail.com>
Mon, 13 Feb 2017 16:24:35 +0000 (21:54 +0530)
committerharry <harmanmanchanda182@gmail.com>
Mon, 13 Feb 2017 16:24:35 +0000 (21:54 +0530)
scss/prototype/_text-utilities.scss

index be4deb8b4d898d88a59e8b00247d6497c1904c25..8c327a2fc586a7d03aaa2d4de90a0c243a7650dc 100644 (file)
@@ -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;