Add display:inline to li > p

This commit is contained in:
Brandon-Schefstad 2023-01-25 19:06:34 -05:00
commit af88014dff
3 changed files with 9 additions and 2 deletions

3
dist/paper.css vendored
View file

@ -1098,6 +1098,9 @@ ul li::before {
left: -7px;
position: relative;
}
ul li > p {
display: inline;
}
ul ul li::before {
content: "+";
}

2
dist/paper.min.css vendored

File diff suppressed because one or more lines are too long

View file

@ -25,7 +25,7 @@ ul {
li {
text-indent: -7px;
.badge,
[popover-bottom]::after,
[popover-left]::after,
@ -38,6 +38,10 @@ ul {
left: -7px;
position: relative;
}
& > p {
display: inline;
}
}
ul {