Add semantic token for notifications text-segment fixed height
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
width: var(--layout-object-card-shared-width);
|
||||
}
|
||||
|
||||
.sg-notifications-pattern__text-segment {
|
||||
height: 200px;
|
||||
.sg-notifications-pattern__card > .sg-notifications-pattern__text-segment {
|
||||
height: var(--layout-notifications-text-segment-fixed-height);
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
@@ -33,7 +33,7 @@
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.sg-notifications-pattern__text-segment {
|
||||
.sg-notifications-pattern__card > .sg-notifications-pattern__text-segment {
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user