mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-19 20:51:02 +02:00
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;
|
padding-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_MessageComposer .public-DraftStyleDefault-block {
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.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