mirror of
https://github.com/papercss/papercss
synced 2026-03-16 15:35:51 +01:00
Add display:inline to li > p
This commit is contained in:
parent
6a682d685e
commit
af88014dff
3 changed files with 9 additions and 2 deletions
3
dist/paper.css
vendored
3
dist/paper.css
vendored
|
|
@ -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
2
dist/paper.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue