Fossil SCM
Remove the "word-break:break-all;" from the default CSS for the fileage page.
Commit
565f4d11b81a0954a863583742c6b86f2002b75f
Parent
c397fe5c444e9f5…
1 file changed
-1
-1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -1264,11 +1264,10 @@ | ||
| 1264 | 1264 | @ padding-left: 1em; |
| 1265 | 1265 | @ padding-right: 1em; |
| 1266 | 1266 | }, |
| 1267 | 1267 | { ".fileage td:nth-child(3)", |
| 1268 | 1268 | "fileage third column (the check-in comment)", |
| 1269 | - @ word-break: break-all; | |
| 1270 | 1269 | @ word-wrap: break-word; |
| 1271 | 1270 | @ max-width: 50%; |
| 1272 | 1271 | }, |
| 1273 | 1272 | { ".brlist table", "The list of branches", |
| 1274 | 1273 | @ border-spacing: 0; |
| 1275 | 1274 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -1264,11 +1264,10 @@ | |
| 1264 | @ padding-left: 1em; |
| 1265 | @ padding-right: 1em; |
| 1266 | }, |
| 1267 | { ".fileage td:nth-child(3)", |
| 1268 | "fileage third column (the check-in comment)", |
| 1269 | @ word-break: break-all; |
| 1270 | @ word-wrap: break-word; |
| 1271 | @ max-width: 50%; |
| 1272 | }, |
| 1273 | { ".brlist table", "The list of branches", |
| 1274 | @ border-spacing: 0; |
| 1275 |
| --- src/style.c | |
| +++ src/style.c | |
| @@ -1264,11 +1264,10 @@ | |
| 1264 | @ padding-left: 1em; |
| 1265 | @ padding-right: 1em; |
| 1266 | }, |
| 1267 | { ".fileage td:nth-child(3)", |
| 1268 | "fileage third column (the check-in comment)", |
| 1269 | @ word-wrap: break-word; |
| 1270 | @ max-width: 50%; |
| 1271 | }, |
| 1272 | { ".brlist table", "The list of branches", |
| 1273 | @ border-spacing: 0; |
| 1274 |