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 06ccb3a commit d5893eeCopy full SHA for d5893ee
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
@@ -67,6 +67,7 @@
67
68
.repo-view-content {
69
flex: 1;
70
+ min-width: 0;
71
72
73
.language-stats {
0 commit comments