forked from Mirrors/gomuks
parent
1cc62da2a7
commit
76c17df0e6
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ div.message-composer {
|
||||||
border-top: 1px solid var(--border-color);
|
border-top: 1px solid var(--border-color);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
grid-area: input;
|
grid-area: input;
|
||||||
|
/* WebKit/Safari requires this hack for some reason, works fine without in other browsers */
|
||||||
|
min-height: 2.25rem;
|
||||||
|
|
||||||
blockquote.reply-body > pre {
|
blockquote.reply-body > pre {
|
||||||
text-wrap: auto !important;
|
text-wrap: auto !important;
|
||||||
|
|
Loading…
Add table
Reference in a new issue