fix(editor): add width height for html preview (#12229)

<!-- This is an auto-generated comment: release notes by coderabbit.ai -->

## Summary by CodeRabbit

- **Style**
  - Updated the HTML preview iframe to display at full width and a fixed height for improved appearance.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
Flrande
2025-05-12 08:41:16 +00:00
parent 476c593c18
commit ef3775e8a9

View File

@@ -44,6 +44,11 @@ export class HTMLPreview extends SignalWatcher(WithDisposable(LitElement)) {
font-weight: 400;
line-height: normal;
}
.html-preview-iframe {
width: 100%;
height: 544px;
}
`;
@property({ attribute: false })