File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 20
20
<div class="repo-view-file-tree-container not-mobile {{if not .UserSettingCodeViewShowFileTree}}tw-hidden{{end}}" {{if .IsSigned}}data-user-is-signed-in{{end}}>
21
21
{{template "repo/view_file_tree" .}}
22
22
</div>
23
- <div class="repo-view-content tw-px-1 ">
23
+ <div class="repo-view-content">
24
24
{{template "repo/view_content" .}}
25
25
</div>
26
26
</div>
Original file line number Diff line number Diff line change 284
284
285
285
.markup table {
286
286
display : block;
287
- width : 100 % ;
287
+ width : max-content ;
288
288
max-width : 100% ;
289
289
overflow : auto;
290
290
}
Original file line number Diff line number Diff line change 65
65
overflow : hidden;
66
66
}
67
67
68
+ .repo-view-content .ui .attached .header ,
69
+ .repo-view-content .ui .attached .table {
70
+ margin : 0 !important ;
71
+ width : 100% !important ;
72
+ max-width : 100% !important ;
73
+ }
74
+
68
75
.language-stats {
69
76
display : flex;
70
77
gap : 2px ;
You can’t perform that action at this time.
0 commit comments