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 e6ce72b commit 07c822dCopy full SHA for 07c822d
web_src/css/markup/content.css
@@ -2,7 +2,7 @@
2
overflow: hidden;
3
font-size: 16px;
4
line-height: 1.5 !important;
5
- overflow-wrap: anywhere;
+ overflow-wrap: break-word;
6
}
7
8
.markup > *:first-child {
web_src/css/repo/home.css
@@ -62,6 +62,7 @@
62
63
.repo-view-content {
64
flex: 1;
65
+ min-width: 0;
66
67
68
.language-stats {
0 commit comments