Fossil SCM

Added CSS to keep command name aliases from wrapping in the /help list.

stephan 2022-07-19 21:50 help-aliases-unique
Commit 5c91df7cd3637932f4df878c965280fdbdbf479ebf62202275b7e30ab9c22ced
1 file changed +3
--- src/default.css
+++ src/default.css
@@ -236,10 +236,13 @@
236236
}
237237
.columns li {
238238
break-inside: avoid;
239239
page-break-inside: avoid;
240240
}
241
+body.help .columns li {
242
+ white-space: nowrap /* keep command name aliases from wrapping */;
243
+}
241244
.filetree {
242245
margin: 1em 0;
243246
line-height: 1.5;
244247
}
245248
.filetree > ul {
246249
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button