diff --git a/src/components/columns/Columns.scss b/src/components/columns/Columns.scss index f0d070d3..359b3211 100644 --- a/src/components/columns/Columns.scss +++ b/src/components/columns/Columns.scss @@ -47,7 +47,11 @@ padding: 0 (map-get($gutterwidths, medium) / 2) map-get($gutterwidths, medium); overflow-x: hidden; - h1, h2, h3, h4, h5, h6 {white-space: nowrap;} + h1, h2, h3, h4, h5, h6 { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + } } }