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