mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/composer: don't allow overflow
This commit is contained in:
parent
3c22bfdea6
commit
336f0aa100
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
div.message-composer {
|
div.message-composer {
|
||||||
border-top: 1px solid var(--border-color);
|
border-top: 1px solid var(--border-color);
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
blockquote.reply-body {
|
blockquote.reply-body {
|
||||||
pre, a.hicli-matrix-uri {
|
pre, a.hicli-matrix-uri {
|
||||||
|
|
Loading…
Add table
Reference in a new issue