Increase max_width for exported html
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user