mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-06 21:17:09 +08:00
fix(composer): Wrap composer instead of allowing overflow-x
This commit is contained in:
parent
3940a0abbd
commit
6fad7a9ceb
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,9 @@
|
|||
div[contenteditable], .contenteditable {
|
||||
flex: 1;
|
||||
|
||||
// Subtle: overflow is required to make the composer wrap
|
||||
// instead of scroll when you type a very long "word" / url.
|
||||
overflow-x: hidden;
|
||||
a:hover {
|
||||
cursor: text;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue