]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
34c63e1
)
Fixed missing nested list indent next to floated content
author
Dan Brown
<redacted>
Thu, 1 Sep 2022 12:11:59 +0000
(13:11 +0100)
committer
Dan Brown
<redacted>
Thu, 1 Sep 2022 12:11:59 +0000
(13:11 +0100)
Fixes #3672
resources/sass/_text.scss
patch
|
blob
|
history
diff --git
a/resources/sass/_text.scss
b/resources/sass/_text.scss
index 51f3156143c381271eec6e3f8b839fe6ca1daab0..4eab8959a6931822dede2b488f24b0dd036a5cb1 100644
(file)
--- a/
resources/sass/_text.scss
+++ b/
resources/sass/_text.scss
@@
-274,6
+274,9
@@
span.highlight {
* Lists
*/
ul, ol {
+ padding-left: $-m * 2.0;
+ padding-right: $-m * 2.0;
+ display: flow-root;
p {
margin: 0;
}
@@
-292,11
+295,6
@@
ol {
list-style: decimal;
}
-ol, ul {
- padding-left: $-m * 2.0;
- padding-right: $-m * 2.0;
-}
-
li > ol, li > ul {
margin-top: 0;
margin-bottom: 0;