forked from Gitlink/forgeplus-react
readme文件树形目录未换行
This commit is contained in:
parent
54d4a0285a
commit
5cf16bc829
|
@ -1,7 +1,7 @@
|
|||
import React, { useEffect, useRef, useMemo } from 'react'
|
||||
import 'katex/dist/katex.min.css'
|
||||
import marked, { getTocContent, cleanToc, getMathExpressions, resetMathExpressions } from '../common/marked';
|
||||
import 'code-prettify'
|
||||
import 'code-prettify';
|
||||
import dompurify from 'dompurify';
|
||||
import { getEmoji } from '../forge/Main/emoji';
|
||||
|
||||
|
|
|
@ -524,6 +524,6 @@
|
|||
.readmeFile{
|
||||
overflow: inherit;
|
||||
}
|
||||
.readmeFile p{
|
||||
.readmeFile p[align=center]{
|
||||
white-space: normal;
|
||||
}
|
Loading…
Reference in New Issue