Skip to content

Commit b165785

Browse files
bioballRomanHotsiy
authored andcommitted
Add margins around list-items in markdown
They're pretty tightly squeezed in there right now.
1 parent c819bd6 commit b165785

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/components/Redoc/redoc.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,9 @@ footer {
306306
font-family: $base-font, $base-font-family;
307307
font-weight: $base-font-weight;
308308
line-height: $base-line-height;
309+
> li {
310+
margin: 1em 0;
311+
}
309312
}
310313

311314
table {

0 commit comments

Comments
 (0)