This commit is contained in:
Yuri Kuznetsov
2023-04-15 17:22:16 +03:00
parent 7a98325eae
commit e9c55bbd43
+14 -4
View File
@@ -2513,8 +2513,8 @@ table.table td.cell .html-container {
h5:first-child,
h6:first-child,
p:first-child,
ul:first-child,
ol:first-child,
> ul:first-child,
> ol:first-child,
pre:first-child,
blockquote:first-child {
margin-top: 0 !important;
@@ -2553,13 +2553,23 @@ table.table td.cell .html-container {
}
p:last-child,
ul:last-child,
ol:last-child,
> ul:last-child,
> ol:last-child,
blockquote:last-child,
pre:last-child {
margin-bottom: 0;
}
ul,
ol {
> li {
ul, ol{
margin-top: 4px;
margin-bottom: 4px;
}
}
}
ul > li {
list-style-type: disc;
}