forked from matrix/element-web
Fix horizontal scrollbar under certain circumstances
specifically when trailing whitespace is not wrapped onto the next line of the block. Fixes #6077
This commit is contained in:
parent
680a0191be
commit
95c45362d5
|
@ -108,6 +108,10 @@ limitations under the License.
|
|||
padding-top: 2px;
|
||||
}
|
||||
|
||||
.mx_MessageComposer .public-DraftStyleDefault-block {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.mx_MessageComposer_input blockquote {
|
||||
color: $blockquote-fg-color;
|
||||
margin: 0 0 16px;
|
||||
|
|
Loading…
Reference in New Issue