assets/css/romo/base.scss in romo-0.4.0 vs assets/css/romo/base.scss in romo-0.4.1
- old
+ new
@@ -437,11 +437,11 @@
.romo-push-center { margin: 0 auto !important; }
/* other helpers */
-.romo-full-width { width: 100%; }
-.romo-full-height { width: 100%; }
+.romo-full-width { width: 100% !important; }
+.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-crop-ellipsis { white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; }