mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-23 19:32:29 +01: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:
parent
3ed1ffdbeb
commit
0801955a26
@ -26,6 +26,9 @@
|
||||
display: grid;
|
||||
grid-column-gap: $-l;
|
||||
grid-row-gap: $-l;
|
||||
> * {
|
||||
min-width: 0;
|
||||
}
|
||||
&.half {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user