mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
web/composer: add min-height so that the composer shows up
Signed-off-by: Sumner Evans <me@sumnerevans.com>
This commit is contained in:
parent
91676f3e98
commit
8cc3f58b73
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ div.message-composer {
|
|||
border-top: 1px solid var(--border-color);
|
||||
overflow: hidden;
|
||||
grid-area: input;
|
||||
min-height: 2.2rem;
|
||||
|
||||
blockquote.reply-body > pre {
|
||||
text-wrap: auto !important;
|
||||
|
|
Loading…
Add table
Reference in a new issue