DEV: remove unused root max width in wizard (#23996)

This commit is contained in:
Ella E 2023-10-18 16:25:04 -06:00 committed by GitHub
parent d5b18bcbbf
commit bec53210e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -12,10 +12,6 @@
}
}
:root {
--d-max-width: 100%;
}
body.wizard {
background-color: var(--primary-50);
color: var(--primary-very-high);