mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
fix input height in all browsers
This commit is contained in:
parent
6e5ee7ea87
commit
9b405377f9
@ -299,7 +299,6 @@ li > p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.editor {
|
.editor {
|
||||||
min-height: 200px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
@ -316,8 +315,8 @@ li > p {
|
|||||||
|
|
||||||
.editor-content {
|
.editor-content {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-basis: 100%;
|
|
||||||
margin-top: $space-small;
|
margin-top: $space-small;
|
||||||
|
height: auto;
|
||||||
|
|
||||||
&:focus-within {
|
&:focus-within {
|
||||||
border-color: $color-primary;
|
border-color: $color-primary;
|
||||||
@ -326,7 +325,7 @@ li > p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.ProseMirror {
|
.ProseMirror {
|
||||||
height: 100%;
|
min-height: 100px;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user