mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 22:31:30 +03:00
Increase max_width for exported html
This commit is contained in:
parent
6a26154271
commit
b49c8ebf60
1 changed files with 4 additions and 0 deletions
|
@ -133,6 +133,10 @@ const getExportCSS = async (): Promise<string> => {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_MatrixChat{
|
||||||
|
max_width: 100%;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
return CSS + customCSS;
|
return CSS + customCSS;
|
||||||
|
|
Loading…
Reference in a new issue