Fossil SCM

Make sure file names in file browser don't wrap by adding white-space property to default CSS.

dmitry 2012-11-06 18:38 trunk
Commit b83278f6ff6a95af77e53f8c222074dd9baf44d8
1 file changed +1
--- src/style.c
+++ src/style.c
@@ -667,10 +667,11 @@
667667
},
668668
{ "ul.browser",
669669
"format for the list in the file browser",
670670
@ margin-left: 0.5em;
671671
@ padding-left: 0.5em;
672
+ @ white-space: nowrap;
672673
},
673674
{ "table.login_out",
674675
"table format for login/out label/input table",
675676
@ text-align: left;
676677
@ margin-right: 10px;
677678
--- src/style.c
+++ src/style.c
@@ -667,10 +667,11 @@
667 },
668 { "ul.browser",
669 "format for the list in the file browser",
670 @ margin-left: 0.5em;
671 @ padding-left: 0.5em;
 
672 },
673 { "table.login_out",
674 "table format for login/out label/input table",
675 @ text-align: left;
676 @ margin-right: 10px;
677
--- src/style.c
+++ src/style.c
@@ -667,10 +667,11 @@
667 },
668 { "ul.browser",
669 "format for the list in the file browser",
670 @ margin-left: 0.5em;
671 @ padding-left: 0.5em;
672 @ white-space: nowrap;
673 },
674 { "table.login_out",
675 "table format for login/out label/input table",
676 @ text-align: left;
677 @ margin-right: 10px;
678

Keyboard Shortcuts

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