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,11 +3,9 @@ div.message-composer {
|
|||
overflow: hidden;
|
||||
grid-area: input;
|
||||
|
||||
blockquote.reply-body {
|
||||
pre, a.hicli-matrix-uri {
|
||||
blockquote.reply-body > pre {
|
||||
text-wrap: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
> div.input-area {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Reference in a new issue