Fossil SCM
Added CSS to keep command name aliases from wrapping in the /help list.
Commit
5c91df7cd3637932f4df878c965280fdbdbf479ebf62202275b7e30ab9c22ced
Parent
83877bb727aec67…
1 file changed
+3
+3
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -236,10 +236,13 @@ | ||
| 236 | 236 | } |
| 237 | 237 | .columns li { |
| 238 | 238 | break-inside: avoid; |
| 239 | 239 | page-break-inside: avoid; |
| 240 | 240 | } |
| 241 | +body.help .columns li { | |
| 242 | + white-space: nowrap /* keep command name aliases from wrapping */; | |
| 243 | +} | |
| 241 | 244 | .filetree { |
| 242 | 245 | margin: 1em 0; |
| 243 | 246 | line-height: 1.5; |
| 244 | 247 | } |
| 245 | 248 | .filetree > ul { |
| 246 | 249 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -236,10 +236,13 @@ | |
| 236 | } |
| 237 | .columns li { |
| 238 | break-inside: avoid; |
| 239 | page-break-inside: avoid; |
| 240 | } |
| 241 | .filetree { |
| 242 | margin: 1em 0; |
| 243 | line-height: 1.5; |
| 244 | } |
| 245 | .filetree > ul { |
| 246 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -236,10 +236,13 @@ | |
| 236 | } |
| 237 | .columns li { |
| 238 | break-inside: avoid; |
| 239 | page-break-inside: avoid; |
| 240 | } |
| 241 | body.help .columns li { |
| 242 | white-space: nowrap /* keep command name aliases from wrapping */; |
| 243 | } |
| 244 | .filetree { |
| 245 | margin: 1em 0; |
| 246 | line-height: 1.5; |
| 247 | } |
| 248 | .filetree > ul { |
| 249 |