css
This commit is contained in:
parent
5c1b4712bd
commit
1fe83a3eac
1 changed files with 20 additions and 0 deletions
|
|
@ -417,6 +417,26 @@ svg {
|
|||
margin-bottom: 6px!important;
|
||||
}
|
||||
|
||||
|
||||
.markdown-body li {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.markdown-body li>p {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
.markdown-body ul ul,
|
||||
.markdown-body ul ol,
|
||||
.markdown-body ol ol,
|
||||
.markdown-body ol ul {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.markdown-body li+li {
|
||||
margin-top: .25em;
|
||||
}
|
||||
|
||||
.ant-tooltip {
|
||||
max-width: 640px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue