We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0494c commit 7b8a655Copy full SHA for 7b8a655
templates/repo/view.tmpl
@@ -20,7 +20,7 @@
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
{{template "repo/view_file_tree" .}}
22
</div>
23
- <div class="repo-view-content">
+ <div class="repo-view-content tw-px-1">
24
{{template "repo/view_content" .}}
25
26
web_src/css/markup/content.css
@@ -3,7 +3,6 @@
3
font-size: 16px;
4
line-height: 1.5 !important;
5
overflow-wrap: break-word;
6
- word-break: break-all;
7
}
8
9
.conversation-holder .markup {
web_src/css/repo/home.css
@@ -62,6 +62,7 @@
62
63
.repo-view-content {
64
flex: 1;
65
+ overflow: hidden;
66
67
68
.language-stats {
0 commit comments