Skip to content

Commit e78db22

Browse files
author
Gusted
committed
Properly show table on user accounts
- Force semantic to not stack it, and let the overflow be scrollable.
1 parent e7876e2 commit e78db22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

templates/admin/user/list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</form>
6262
</div>
6363
<div class="ui attached table segment">
64-
<table class="ui very basic striped table">
64+
<table class="ui very basic striped table unstackable">
6565
<thead>
6666
<tr>
6767
<th data-sortt-asc="oldest" data-sortt-desc="newest">ID{{SortArrow "oldest" "newest" .SortType false}}</th>

web_src/less/_admin.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
.table.segment {
1313
padding: 0;
1414
font-size: 13px;
15+
overflow-x: scroll;
1516

1617
&:not(.striped) {
1718
thead {

0 commit comments

Comments
 (0)