Fossil SCM
Fix the default CSS for the "columns" class to avoid breaking column breaks within a single <li> element.
Commit
51da396650d8170abb04229ce0ddb2d2c3ea8a45ce3ccbfdeecdac2824e83751
Parent
e54095f9af46443…
1 file changed
+1
-1
+1
-1
| --- src/default_css.txt | ||
| +++ src/default_css.txt | ||
| @@ -195,11 +195,11 @@ | ||
| 195 | 195 | padding: 0 0 0 1em; |
| 196 | 196 | } |
| 197 | 197 | div.columns > ul li:first-child { |
| 198 | 198 | margin-top:0px; |
| 199 | 199 | } |
| 200 | -div.columns li { | |
| 200 | +.columns li { | |
| 201 | 201 | break-inside: avoid; |
| 202 | 202 | } |
| 203 | 203 | .filetree { |
| 204 | 204 | margin: 1em 0; |
| 205 | 205 | line-height: 1.5; |
| 206 | 206 |
| --- src/default_css.txt | |
| +++ src/default_css.txt | |
| @@ -195,11 +195,11 @@ | |
| 195 | padding: 0 0 0 1em; |
| 196 | } |
| 197 | div.columns > ul li:first-child { |
| 198 | margin-top:0px; |
| 199 | } |
| 200 | div.columns li { |
| 201 | break-inside: avoid; |
| 202 | } |
| 203 | .filetree { |
| 204 | margin: 1em 0; |
| 205 | line-height: 1.5; |
| 206 |
| --- src/default_css.txt | |
| +++ src/default_css.txt | |
| @@ -195,11 +195,11 @@ | |
| 195 | padding: 0 0 0 1em; |
| 196 | } |
| 197 | div.columns > ul li:first-child { |
| 198 | margin-top:0px; |
| 199 | } |
| 200 | .columns li { |
| 201 | break-inside: avoid; |
| 202 | } |
| 203 | .filetree { |
| 204 | margin: 1em 0; |
| 205 | line-height: 1.5; |
| 206 |