Skip to content

Commit d5893ee

Browse files
authored
Fix markdown wrap (#34697)
Fix #34696
1 parent 06ccb3a commit d5893ee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

web_src/css/markup/content.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
overflow: hidden;
33
font-size: 16px;
44
line-height: 1.5 !important;
5-
overflow-wrap: anywhere;
5+
overflow-wrap: break-word;
66
}
77

88
.markup > *:first-child {

web_src/css/repo/home.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767

6868
.repo-view-content {
6969
flex: 1;
70+
min-width: 0;
7071
}
7172

7273
.language-stats {

0 commit comments

Comments
 (0)