Fossil SCM
/chat: tell the file selection widget not to wrap, so that the help button stays on the same line (reported from Martin G's phone).
Commit
4fc065ba4a865e64270ac53174bafd54e8dd810c56f288a39a3cff545c26e34d
Parent
bd4dd24373c3fe3…
1 file changed
+1
+1
| --- src/style.chat.css | ||
| +++ src/style.chat.css | ||
| @@ -261,10 +261,11 @@ | ||
| 261 | 261 | body.chat #chat-input-file-area > .file-selection-wrapper { |
| 262 | 262 | align-self: flex-start; |
| 263 | 263 | margin-right: 0.5em; |
| 264 | 264 | flex: 0 1 auto; |
| 265 | 265 | padding: 0.25em 0.25em 0.25em 0; |
| 266 | + white-space: nowrap; | |
| 266 | 267 | } |
| 267 | 268 | body.chat #chat-input-file-area .file-selection-wrapper > * { |
| 268 | 269 | vertical-align: middle; |
| 269 | 270 | margin: 0; |
| 270 | 271 | } |
| 271 | 272 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -261,10 +261,11 @@ | |
| 261 | body.chat #chat-input-file-area > .file-selection-wrapper { |
| 262 | align-self: flex-start; |
| 263 | margin-right: 0.5em; |
| 264 | flex: 0 1 auto; |
| 265 | padding: 0.25em 0.25em 0.25em 0; |
| 266 | } |
| 267 | body.chat #chat-input-file-area .file-selection-wrapper > * { |
| 268 | vertical-align: middle; |
| 269 | margin: 0; |
| 270 | } |
| 271 |
| --- src/style.chat.css | |
| +++ src/style.chat.css | |
| @@ -261,10 +261,11 @@ | |
| 261 | body.chat #chat-input-file-area > .file-selection-wrapper { |
| 262 | align-self: flex-start; |
| 263 | margin-right: 0.5em; |
| 264 | flex: 0 1 auto; |
| 265 | padding: 0.25em 0.25em 0.25em 0; |
| 266 | white-space: nowrap; |
| 267 | } |
| 268 | body.chat #chat-input-file-area .file-selection-wrapper > * { |
| 269 | vertical-align: middle; |
| 270 | margin: 0; |
| 271 | } |
| 272 |