Fossil SCM
Make sure file names in file browser don't wrap by adding white-space property to default CSS.
Commit
b83278f6ff6a95af77e53f8c222074dd9baf44d8
Parent
bc74a8171d478a4…
1 file changed
+1
+1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -667,10 +667,11 @@ | ||
| 667 | 667 | }, |
| 668 | 668 | { "ul.browser", |
| 669 | 669 | "format for the list in the file browser", |
| 670 | 670 | @ margin-left: 0.5em; |
| 671 | 671 | @ padding-left: 0.5em; |
| 672 | + @ white-space: nowrap; | |
| 672 | 673 | }, |
| 673 | 674 | { "table.login_out", |
| 674 | 675 | "table format for login/out label/input table", |
| 675 | 676 | @ text-align: left; |
| 676 | 677 | @ margin-right: 10px; |
| 677 | 678 |
| --- 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 |