mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-16 09:41:05 +00: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
1 changed files with 3 additions and 0 deletions
|
@ -26,6 +26,9 @@
|
|||
display: grid;
|
||||
grid-column-gap: $-l;
|
||||
grid-row-gap: $-l;
|
||||
> * {
|
||||
min-width: 0;
|
||||
}
|
||||
&.half {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue