assets/css/romo/base.scss in romo-0.14.2 vs assets/css/romo/base.scss in romo-0.14.3
- old
+ new
@@ -617,9 +617,10 @@
.romo-full-height { height: 100% !important; }
.romo-match-line-height { line-height: 1 !important; }
.romo-nowrap { white-space: nowrap !important; }
.romo-crop { white-space: nowrap !important; overflow: hidden !important; }
+.romo-ellipsis { overflow: hidden !important; text-overflow: ellipsis !important; }
.romo-crop-ellipsis { white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; }
.romo-inline { display: inline !important; }
.romo-inline-block { display: inline-block !important; }
.romo-inline-flex { @include display-inline-flex(!important); }