forked from Gitlink/forgeplus-react
Merge branch 'gitlink_server' of http://106.75.45.236:3000/durian/forgeplus-react into gitlink_server
This commit is contained in:
commit
4062edebcc
|
@ -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>
|
||||
|
|
|
@ -522,6 +522,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.readmeFile p{
|
||||
white-space: normal;
|
||||
}
|
Loading…
Reference in New Issue