Fossil SCM
Add "white-space: nowrap" to the branch table elements.
Commit
f55b538c65fae19426b2e82defcd52e3236eb9cc
Parent
f88c18fc71543f0…
1 file changed
+1
+1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -1105,10 +1105,11 @@ | ||
| 1105 | 1105 | @ text-align: left; |
| 1106 | 1106 | @ padding: 0px 1em 0.5ex 0px; |
| 1107 | 1107 | }, |
| 1108 | 1108 | { ".brlist table td", "Branch list table headers", |
| 1109 | 1109 | @ padding: 0px 2em 0px 0px; |
| 1110 | + @ white-space: nowrap; | |
| 1110 | 1111 | }, |
| 1111 | 1112 | { "th.sort:after", |
| 1112 | 1113 | "General styles for sortable column marker", |
| 1113 | 1114 | @ margin-left: .4em; |
| 1114 | 1115 | @ cursor: pointer; |
| 1115 | 1116 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -1105,10 +1105,11 @@ | |
| 1105 | @ text-align: left; |
| 1106 | @ padding: 0px 1em 0.5ex 0px; |
| 1107 | }, |
| 1108 | { ".brlist table td", "Branch list table headers", |
| 1109 | @ padding: 0px 2em 0px 0px; |
| 1110 | }, |
| 1111 | { "th.sort:after", |
| 1112 | "General styles for sortable column marker", |
| 1113 | @ margin-left: .4em; |
| 1114 | @ cursor: pointer; |
| 1115 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -1105,10 +1105,11 @@ | |
| 1105 | @ text-align: left; |
| 1106 | @ padding: 0px 1em 0.5ex 0px; |
| 1107 | }, |
| 1108 | { ".brlist table td", "Branch list table headers", |
| 1109 | @ padding: 0px 2em 0px 0px; |
| 1110 | @ white-space: nowrap; |
| 1111 | }, |
| 1112 | { "th.sort:after", |
| 1113 | "General styles for sortable column marker", |
| 1114 | @ margin-left: .4em; |
| 1115 | @ cursor: pointer; |
| 1116 |