Increase max_width for exported html

This commit is contained in:
Jaiwanth 2021-08-20 17:12:52 +05:30
parent 6a26154271
commit b49c8ebf60

View file

@ -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;