Don't change padding when using the wide BBUI Page component prop

This commit is contained in:
Andrew Kingston 2021-09-13 16:02:52 +01:00
parent ad4a76127e
commit 29e34d16be
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@
.wide {
max-width: none;
margin: 0;
padding: var(--spacing-xl) calc(var(--spacing-xl) * 2)
calc(var(--spacing-xl) * 2) calc(var(--spacing-xl) * 2);
min-height: calc(100% - var(--spacing-xl) * 3);
}
</style>