Increase max_width for exported html
parent
6a26154271
commit
b49c8ebf60
|
@ -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 New Issue