mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-25 08:21:41 +02:00
Increase max_width for exported html
This commit is contained in:
parent
6a26154271
commit
b49c8ebf60
@ -133,6 +133,10 @@ const getExportCSS = async (): Promise<string> => {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.mx_MatrixChat{
|
||||
max_width: 100%;
|
||||
}
|
||||
`;
|
||||
|
||||
return CSS + customCSS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user