Merge branch 'gitlink_server' of http://106.75.45.236:3000/durian/forgeplus-react into gitlink_server

This commit is contained in:
谢思 2022-11-18 10:23:44 +08:00
commit 4062edebcc
2 changed files with 4 additions and 4 deletions

View File

@ -66,7 +66,7 @@ function CoderDepotReadme({ operate , history , readme , ChangeFile }){
{
content &&
<div className="commonBox-info">
<RenderHtml className="break_word_comments imageLayerParent" value={content} url={history.location}/>
<RenderHtml className="break_word_comments imageLayerParent readmeFile" value={content} url={history.location}/>
</div>
}
</div>

View File

@ -522,6 +522,6 @@
}
}
.readmeFile p{
white-space: normal;
}