mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/composer: don't wrap pills in composer replies
This commit is contained in:
parent
92319a06e2
commit
babb69a639
1 changed files with 2 additions and 4 deletions
|
@ -3,10 +3,8 @@ div.message-composer {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
grid-area: input;
|
grid-area: input;
|
||||||
|
|
||||||
blockquote.reply-body {
|
blockquote.reply-body > pre {
|
||||||
pre, a.hicli-matrix-uri {
|
text-wrap: auto !important;
|
||||||
text-wrap: auto !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> div.input-area {
|
> div.input-area {
|
||||||
|
|
Loading…
Add table
Reference in a new issue