fix(BOOK-749): Added align-content: start; to avoid stretching content when the main content is smaller than the sidebar
Approved-by: Matilda Landström
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
grid-area: main;
|
||||
display: grid;
|
||||
gap: var(--Space-x6);
|
||||
align-content: start;
|
||||
}
|
||||
|
||||
@media (min-width: 1367px) {
|
||||
|
||||
Reference in New Issue
Block a user