forked from Mirrors/gomuks
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 {
|
div.message-composer {
|
||||||
border-top: 1px solid #ccc;
|
border-top: 1px solid #ccc;
|
||||||
|
|
||||||
|
blockquote.reply-body {
|
||||||
|
pre, a.hicli-matrix-uri {
|
||||||
|
text-wrap: auto !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
> div.input-area {
|
> div.input-area {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue