Fix notification card width specificity
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-object-card--notification {
|
.sg-card.sg-object-card--notification {
|
||||||
width: var(--layout-notification-card-width);
|
width: var(--layout-notification-card-width);
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sg-object-card--notification {
|
.sg-card.sg-object-card--notification {
|
||||||
width: var(--layout-object-card-mobile-width);
|
width: var(--layout-object-card-mobile-width);
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user