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