File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 16
16
<h4 class="ui top attached header">
17
17
{{.locale.Tr "admin.dashboard.operations"}}
18
18
</h4>
19
- <form method="post" action="{{AppSubUrl}}/admin ">
20
- {{.CsrfTokenHtml}}
21
- <div class="ui attached table segment">
19
+ <div class="ui attached table segment ">
20
+ <form method="post" action="{{AppSubUrl}}/admin">
21
+ {{.CsrfTokenHtml}}
22
22
<table class="ui very basic table gt-px-4">
23
23
<tbody>
24
24
<tr>
71
71
</tr>
72
72
</tbody>
73
73
</table>
74
- </div >
75
- </form >
74
+ </form >
75
+ </div >
76
76
77
77
<h4 class="ui top attached header">
78
78
{{.locale.Tr "admin.dashboard.system_status"}}
Original file line number Diff line number Diff line change 60
60
white-space : pre-wrap;
61
61
word-wrap : break-word;
62
62
}
63
+
64
+ .admin .ui .table .segment {
65
+ overflow-x : auto; /* if the screen width is small, many wide tables (eg: user list) need scroll bars */
66
+ }
You can’t perform that action at this time.
0 commit comments