Fix textarea sizing issue on Firefox
This commit is contained in:
parent
e4f5c3d8d9
commit
7db039b9d8
@ -175,6 +175,8 @@ textarea.editor-input {
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea.editor-input:focus {
|
textarea.editor-input:focus {
|
||||||
|
Loading…
Reference in New Issue
Block a user