vendor/assets/stylesheets/typography.css.scss in flashgrid-4.0.5 vs vendor/assets/stylesheets/typography.css.scss in flashgrid-4.0.6

- old
+ new

@@ -181,9 +181,15 @@ .text-medium { font-weight: 500; } .text-bold { font-weight: bold; } /* #Modifiers ================================================== */ +.text-ellipsis { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + width: 100%; +} .text-whitespaced { white-space: pre-wrap; } /* #Displays ================================================== */ .display-block { display: block; } \ No newline at end of file