Fix object-group-card mobile overflow by forcing full-width cards
This commit is contained in:
@@ -1794,6 +1794,13 @@ section + section {
|
||||
max-width: none;
|
||||
height: var(--layout-object-card-mobile-height);
|
||||
}
|
||||
|
||||
.sg-object-card[data-pattern="object-group-card"] {
|
||||
flex-basis: 100%;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
||||
.sg-object-card__content {
|
||||
|
||||
Reference in New Issue
Block a user