1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

Fix issue with BBUI Page component height when wide

This commit is contained in:
Andrew Kingston 2021-09-13 16:42:29 +01:00
parent 896e5c3b76
commit c46fd5d4d1

View file

@ -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>