mirror of
https://github.com/go-gitea/gitea
synced 2025-08-17 15:08:27 +00:00
Properly show table on user accounts
- Force semantic to not stack it, and let the overflow be scrollable.
This commit is contained in:
@@ -61,7 +61,7 @@
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="ui attached table segment">
|
<div class="ui attached table segment">
|
||||||
<table class="ui very basic striped table">
|
<table class="ui very basic striped table unstackable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th data-sortt-asc="oldest" data-sortt-desc="newest">ID{{SortArrow "oldest" "newest" .SortType false}}</th>
|
<th data-sortt-asc="oldest" data-sortt-desc="newest">ID{{SortArrow "oldest" "newest" .SortType false}}</th>
|
||||||
|
@@ -12,6 +12,7 @@
|
|||||||
.table.segment {
|
.table.segment {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
overflow-x: scroll;
|
||||||
|
|
||||||
&:not(.striped) {
|
&:not(.striped) {
|
||||||
thead {
|
thead {
|
||||||
|
Reference in New Issue
Block a user