refactor: apply growth to artifact frame so artifact preview can take full space

This commit is contained in:
Danny Avila 2024-08-23 22:31:42 -04:00
parent dc5b597a64
commit 2ac9fd3aed

View file

@ -317,6 +317,14 @@
@apply flex h-full w-full grow flex-col justify-center;
}
.sp-preview {
@apply flex h-full w-full grow flex-col justify-center;
}
.sp-preview-iframe {
@apply grow;
}
.sp-wrapper {
@apply flex h-full w-full grow flex-col justify-center;
}