mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-27 06:01:54 +03:00
Fixed grid layouts being pushed out by child content
Ran a quick app run-thorugh in FireFox & Chrome, No secondary affects immediately noticed but possible this could cause changes elsewhere due to wide-spread grid item child targeting. For #3523
This commit is contained in:
@ -26,6 +26,9 @@
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-column-gap: $-l;
|
grid-column-gap: $-l;
|
||||||
grid-row-gap: $-l;
|
grid-row-gap: $-l;
|
||||||
|
> * {
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
&.half {
|
&.half {
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user