Fix textareas in right menu being too small in certain browsers
This commit is contained in:
parent
0ed340bd9a
commit
41f504ef00
|
@ -1726,6 +1726,10 @@ body.big-avatars .ch_description {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#form_create textarea {
|
||||||
|
flex-grow: 1;
|
||||||
|
}
|
||||||
|
|
||||||
.avatar_div {
|
.avatar_div {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue