Increase max_width for exported html

pull/21833/head
Jaiwanth 2021-08-20 17:12:52 +05:30
parent 6a26154271
commit b49c8ebf60
1 changed files with 4 additions and 0 deletions

View File

@ -133,6 +133,10 @@ const getExportCSS = async (): Promise<string> => {
white-space: nowrap;
overflow: hidden;
}
.mx_MatrixChat{
max_width: 100%;
}
`;
return CSS + customCSS;