Enforce equal notification card widths across wrapped rows
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
max-width: var(--layout-object-card-max-width);
|
||||
}
|
||||
|
||||
.sg-notifications-pattern.sg-notifications-pattern--multi-row .sg-notifications-pattern__card {
|
||||
flex: 0 0 var(--layout-object-card-shared-width);
|
||||
width: var(--layout-object-card-shared-width);
|
||||
}
|
||||
|
||||
.sg-notifications-pattern__text-segment {
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user