Adjust object group card sizing
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
flex: 1 1 var(--layout-object-group-card-min-width);
|
||||
min-width: var(--layout-object-group-card-min-width);
|
||||
max-width: var(--layout-object-group-card-max-width);
|
||||
height: var(--layout-object-group-card-height);
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.sg-object-card[data-pattern="object-group-card"] {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.sg-object-group-card__hint {
|
||||
|
||||
Reference in New Issue
Block a user