mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-20 21:21:23 +02:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
a5771c48ba
@ -95,8 +95,6 @@ limitations under the License.
|
|||||||
.mx_MessageComposer_input .DraftEditor-root {
|
.mx_MessageComposer_input .DraftEditor-root {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
max-height: 120px;
|
|
||||||
overflow: auto;
|
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -105,6 +103,11 @@ limitations under the License.
|
|||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_MessageComposer_input .public-DraftEditor-content {
|
||||||
|
max-height: 120px;
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_MessageComposer_input blockquote {
|
.mx_MessageComposer_input blockquote {
|
||||||
color: $blockquote-fg-color;
|
color: $blockquote-fg-color;
|
||||||
margin: 0 0 16px;
|
margin: 0 0 16px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user