assets/stylesheets/bookingsync/_utilities.scss in bootstrap-bookingsync-sass-1.0.0 vs assets/stylesheets/bookingsync/_utilities.scss in bootstrap-bookingsync-sass-1.0.1
- old
+ new
@@ -43,5 +43,11 @@
.flex-middle {
margin-top: auto;
margin-bottom: auto;
}
+
+// text utilities
+
+.text-nowrap {
+ white-space: nowrap;
+}