diff client/src/assets/application.scss @ 2617:359f5f0037f5

client: importoverview2: improved table layout to save more space
author Markus Kottlaender <markus@intevation.de>
date Wed, 13 Mar 2019 14:45:07 +0100
parents 11fd7ee37f10
children ef718ac7697d
line wrap: on
line diff
--- a/client/src/assets/application.scss	Wed Mar 13 13:18:27 2019 +0100
+++ b/client/src/assets/application.scss	Wed Mar 13 14:45:07 2019 +0100
@@ -183,3 +183,9 @@
 .empty {
   margin-right: 1.25rem;
 }
+
+.truncate {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}