Fossil SCM
chat: disable line-wrap on the message tabs. Removed an extraneous duplicated style entry.
Commit
adc90d82f30e30181a2ae16ea1fce9976f77e9e26f1fb11f804497ed864a5985
Parent
fd73e79b8303cc4…
1 file changed
+1
-1
+1
-1
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -1506,14 +1506,14 @@ | ||
| 1506 | 1506 | font-family: monospace; |
| 1507 | 1507 | } |
| 1508 | 1508 | /* User name and timestamp (a LEGEND-like element) */ |
| 1509 | 1509 | body.chat .message-widget .message-widget-tab { |
| 1510 | 1510 | border-radius: 0.25em 0.25em 0 0; |
| 1511 | - padding: 0 0.5em; | |
| 1512 | 1511 | margin: 0 0.25em 0em 0.15em; |
| 1513 | 1512 | padding: 0 0.5em 0.15em 0.5em; |
| 1514 | 1513 | cursor: pointer; |
| 1514 | + white-space: nowrap; | |
| 1515 | 1515 | } |
| 1516 | 1516 | body.chat .fossil-tooltip.help-buttonlet-content { |
| 1517 | 1517 | font-size: 80%; |
| 1518 | 1518 | } |
| 1519 | 1519 | /* The popup element for displaying message timestamps |
| 1520 | 1520 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1506,14 +1506,14 @@ | |
| 1506 | font-family: monospace; |
| 1507 | } |
| 1508 | /* User name and timestamp (a LEGEND-like element) */ |
| 1509 | body.chat .message-widget .message-widget-tab { |
| 1510 | border-radius: 0.25em 0.25em 0 0; |
| 1511 | padding: 0 0.5em; |
| 1512 | margin: 0 0.25em 0em 0.15em; |
| 1513 | padding: 0 0.5em 0.15em 0.5em; |
| 1514 | cursor: pointer; |
| 1515 | } |
| 1516 | body.chat .fossil-tooltip.help-buttonlet-content { |
| 1517 | font-size: 80%; |
| 1518 | } |
| 1519 | /* The popup element for displaying message timestamps |
| 1520 |
| --- src/default.css | |
| +++ src/default.css | |
| @@ -1506,14 +1506,14 @@ | |
| 1506 | font-family: monospace; |
| 1507 | } |
| 1508 | /* User name and timestamp (a LEGEND-like element) */ |
| 1509 | body.chat .message-widget .message-widget-tab { |
| 1510 | border-radius: 0.25em 0.25em 0 0; |
| 1511 | margin: 0 0.25em 0em 0.15em; |
| 1512 | padding: 0 0.5em 0.15em 0.5em; |
| 1513 | cursor: pointer; |
| 1514 | white-space: nowrap; |
| 1515 | } |
| 1516 | body.chat .fossil-tooltip.help-buttonlet-content { |
| 1517 | font-size: 80%; |
| 1518 | } |
| 1519 | /* The popup element for displaying message timestamps |
| 1520 |