mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-22 21:50:34 +03:00
Fix message content width (#2903)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
54c3f2de16
commit
934ada1fb8
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user