Skip to content

Commit b9ed8fc

Browse files
GiteaBotwxiaoguang
andauthored
Fix markdown wrap (go-gitea#34697) (go-gitea#34702)
Backport go-gitea#34697 by wxiaoguang Fix go-gitea#34696 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
1 parent e6ce72b commit b9ed8fc

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
@@ -62,6 +62,7 @@
6262

6363
.repo-view-content {
6464
flex: 1;
65+
min-width: 0;
6566
}
6667

6768
.language-stats {

0 commit comments

Comments
 (0)