From e78db22a039eac6278311d224609ae1b70998232 Mon Sep 17 00:00:00 2001 From: Gusted Date: Wed, 27 Apr 2022 16:04:46 +0200 Subject: [PATCH] Properly show table on user accounts - Force semantic to not stack it, and let the overflow be scrollable. --- templates/admin/user/list.tmpl | 2 +- web_src/less/_admin.less | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/admin/user/list.tmpl b/templates/admin/user/list.tmpl index 93e6f38c27..755e4436f8 100644 --- a/templates/admin/user/list.tmpl +++ b/templates/admin/user/list.tmpl @@ -61,7 +61,7 @@
- +
diff --git a/web_src/less/_admin.less b/web_src/less/_admin.less index d8dd680b20..3af0c57d11 100644 --- a/web_src/less/_admin.less +++ b/web_src/less/_admin.less @@ -12,6 +12,7 @@ .table.segment { padding: 0; font-size: 13px; + overflow-x: scroll; &:not(.striped) { thead {
ID{{SortArrow "oldest" "newest" .SortType false}}