Built motion from commit 2e74e5e.|0.0.138
[motion.git] / public / assets / css / global / custom.css
index 622e7ad..27b80c6 100644 (file)
@@ -774,3 +774,12 @@ rzslider .rz-ticks .rz-tick{
 .myCurtainClass{
   opacity: 0.2;
 }
+
+.dot
+{
+    display: inline-block;
+    width: 500px;
+    white-space: nowrap;
+    overflow: hidden !important;
+    text-overflow: ellipsis;
+}