diff --git a/playwright/snapshots/settings/general-user-settings-tab.spec.ts/general-smallscreen-linux.png b/playwright/snapshots/settings/general-user-settings-tab.spec.ts/general-smallscreen-linux.png index 5d5cf27480..d59d2946da 100644 Binary files a/playwright/snapshots/settings/general-user-settings-tab.spec.ts/general-smallscreen-linux.png and b/playwright/snapshots/settings/general-user-settings-tab.spec.ts/general-smallscreen-linux.png differ diff --git a/res/css/_common.pcss b/res/css/_common.pcss index c8b0a6fb02..122400c43f 100644 --- a/res/css/_common.pcss +++ b/res/css/_common.pcss @@ -332,7 +332,10 @@ legend { .mx_Dialog_border { z-index: var(--dialog-zIndex-standard); position: relative; - max-height: calc(100% - var(--cpd-space-12x)); + width: 100%; + max-width: min-content; + box-sizing: border-box; + max-height: calc(100% - var(--cpd-space-6x)); display: flex; flex-direction: column;