Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / redirect / css / redirect.admin.css
diff --git a/web/modules/contrib/redirect/css/redirect.admin.css b/web/modules/contrib/redirect/css/redirect.admin.css
new file mode 100644 (file)
index 0000000..f613931
--- /dev/null
@@ -0,0 +1,14 @@
+.redirect-table {
+  table-layout: fixed;
+}
+
+.redirect-table__operations {
+  width: 30%;
+}
+
+.redirect-table__path {
+  width: 70%;
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}