File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
- <div class="flex-text-block tw-mb-2 ">
2
- <button class="ui compact tiny icon button"
1
+ <div class="flex-text-block repo-button-row ">
2
+ <button class="ui compact basic icon button"
3
3
data-global-click="onRepoViewFileTreeToggle" data-toggle-action="hide"
4
4
data-tooltip-content="{{ctx.Locale.Tr "repo.diff.hide_file_tree"}}">
5
5
{{svg "octicon-sidebar-expand"}}
Original file line number Diff line number Diff line change 285
285
.markup table {
286
286
display : block;
287
287
width : 100% ;
288
- width : max-content;
289
288
max-width : 100% ;
290
289
overflow : auto;
291
290
}
Original file line number Diff line number Diff line change 55
55
}
56
56
57
57
.repo-view-container .repo-view-file-tree-container {
58
- flex : 0 1 15% ;
58
+ flex : 0 0 15% ;
59
59
min-width : 0 ;
60
60
max-height : 100vh ;
61
61
}
You can’t perform that action at this time.
0 commit comments