web/composer: fix replies to code blocks being too wide

This commit is contained in:
Tulir Asokan 2024-10-23 13:35:20 +03:00
parent 30c579d1d4
commit a7a2fc53f2

View file

@ -1,6 +1,12 @@
div.message-composer {
border-top: 1px solid #ccc;
blockquote.reply-body {
pre, a.hicli-matrix-uri {
text-wrap: auto !important;
}
}
> div.input-area {
display: flex;
align-items: center;