Fix height of text component when used inside flex containers

This commit is contained in:
Andrew Kingston 2025-03-14 16:07:47 +00:00
parent 1c41157ce2
commit 9cd24eb644
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -41,4 +41,7 @@
div :global(img) {
max-width: 100%;
}
div :global(.editor-preview-full) {
height: auto;
}
</style>