Skip to content

Commit 2a14835

Browse files
author
rakeshAlgo
committed
UI issues fixes for image block paragraph and table difinition list fixes
1 parent 78d367a commit 2a14835

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/css/doc.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,18 @@ ul ul ul {
176176
border-top-width: 1px;
177177
}
178178

179+
.ulist li .paragraph:first-child,
180+
.olist li .paragraph:first-child,
181+
.dlist li .paragraph:first-child {
182+
margin-top: var(--base-extra-small-space);
183+
}
184+
185+
.ulist li .imageblock,
186+
.olist li .imageblock,
187+
.dlist li .imageblock {
188+
margin-bottom: var(--base-extra-small-space);
189+
}
190+
179191
/* .doc table.tableblock,
180192
.doc th.tableblock,
181193
.doc td.tableblock {
@@ -517,6 +529,10 @@ ul ul ul {
517529
margin: 0;
518530
}
519531

532+
.hdlist table .hdlist1 + .hdlist2 p {
533+
margin-left: var(--base-space);
534+
}
535+
520536
.doc pre:not(.highlight),
521537
.doc pre.highlight code {
522538
/* background-color: #151514; */

0 commit comments

Comments
 (0)