@@ -45,3 +45,9 @@
display: none;
}
+
+.ellipsis-text {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}