Fixed template editor not resizable.
This commit is contained in:
parent
c93a7189ce
commit
09bba4fe1e
|
@ -251,6 +251,7 @@ onMounted(() => {
|
||||||
|
|
||||||
.edit {
|
.edit {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
flex-basis: auto;
|
||||||
min-height: 10rem;
|
min-height: 10rem;
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
|
@ -168,6 +168,7 @@ function scrollHorizontal(event) {
|
||||||
.profile {
|
.profile {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
flex-grow: 1;
|
||||||
width: 1200px;
|
width: 1200px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
margin: 0 .5rem;
|
margin: 0 .5rem;
|
||||||
|
|
Loading…
Reference in New Issue