You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2026-01-03 21:42:32 +03:00
Increase max_width for exported html
This commit is contained in:
@@ -133,6 +133,10 @@ const getExportCSS = async (): Promise<string> => {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.mx_MatrixChat{
|
||||
max_width: 100%;
|
||||
}
|
||||
`;
|
||||
|
||||
return CSS + customCSS;
|
||||
|
||||
Reference in New Issue
Block a user