mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-26 13:47:26 +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">
|
<style lang="scss">
|
||||||
iframe {
|
iframe {
|
||||||
max-width: calc(100vw - 4rem);
|
width: 100%;
|
||||||
width: 700px;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-family: var(--font-family);
|
font-family: var(--font-family);
|
||||||
|
Loading…
Reference in New Issue
Block a user