Fix issue with BBUI Page component height when wide
This commit is contained in:
parent
f5c11295c2
commit
5e695bf7ed
|
@ -21,6 +21,5 @@
|
||||||
.wide {
|
.wide {
|
||||||
max-width: none;
|
max-width: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
min-height: calc(100% - var(--spacing-xl) * 3);
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue