mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 18:43:41 -05:00
web/composer: fix replies to code blocks being too wide
This commit is contained in:
parent
30c579d1d4
commit
a7a2fc53f2
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue