Skip to content

Commit

Permalink
Properly show table on user accounts
Browse files Browse the repository at this point in the history
- Force semantic to not stack it, and let the overflow be scrollable.
  • Loading branch information
Gusted committed Apr 27, 2022
1 parent e7876e2 commit e78db22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion templates/admin/user/list.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</form>
</div>
<div class="ui attached table segment">
<table class="ui very basic striped table">
<table class="ui very basic striped table unstackable">
<thead>
<tr>
<th data-sortt-asc="oldest" data-sortt-desc="newest">ID{{SortArrow "oldest" "newest" .SortType false}}</th>
Expand Down
1 change: 1 addition & 0 deletions web_src/less/_admin.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
.table.segment {
padding: 0;
font-size: 13px;
overflow-x: scroll;

&:not(.striped) {
thead {
Expand Down

0 comments on commit e78db22

Please sign in to comment.