Fix height of text component when used inside flex containers
This commit is contained in:
parent
1c41157ce2
commit
9cd24eb644
|
@ -41,4 +41,7 @@
|
||||||
div :global(img) {
|
div :global(img) {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
div :global(.editor-preview-full) {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue