Fix markdown wrap (#34697)

Fix #34696
This commit is contained in:
wxiaoguang
2025-06-12 10:09:42 +08:00
committed by GitHub
parent 06ccb3a1d4
commit d5893ee260
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
overflow: hidden;
font-size: 16px;
line-height: 1.5 !important;
overflow-wrap: anywhere;
overflow-wrap: break-word;
}
.markup > *:first-child {

View File

@ -67,6 +67,7 @@
.repo-view-content {
flex: 1;
min-width: 0;
}
.language-stats {