Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1fcbb69

Browse files
chore(docs/css): add margin between ul and p elements
Bootstrap CSS was removing the margin after ul elements if they were descendents of other ul elements. But if the ul was followed by a p then this looked terrible. Related to #5953
1 parent ae0de07 commit 1fcbb69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/app/assets/css/docs.css

+4
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ code.highlighted {
211211
color:maroon;
212212
}
213213

214+
ul + p {
215+
margin-top: 10px;
216+
}
217+
214218
.docs-version-jump {
215219
min-width:100%;
216220
max-width:100%;

0 commit comments

Comments
 (0)