Fix message content width (#2903)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2023-04-06 10:52:15 +06:00 committed by GitHub
parent 54c3f2de16
commit 934ada1fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,7 @@
<style lang="scss">
iframe {
max-width: calc(100vw - 4rem);
width: 700px;
width: 100%;
overflow: auto;
height: 100%;
font-family: var(--font-family);