Constrain load more navigation card width
This commit is contained in:
@@ -209,7 +209,7 @@
|
|||||||
|
|
||||||
<div class="sg-card-segment sg-card-segment--body sg-card-segment--white sg-large-table__row" role="row" data-component-part="large-table-row">
|
<div class="sg-card-segment sg-card-segment--body sg-card-segment--white sg-large-table__row" role="row" data-component-part="large-table-row">
|
||||||
<div class="sg-large-table__cell sg-large-table__cell--load-more" role="cell">
|
<div class="sg-large-table__cell sg-large-table__cell--load-more" role="cell">
|
||||||
<div class="sg-navigation-card-layout">
|
<div class="sg-navigation-card-layout sg-large-table__load-more-layout">
|
||||||
<div class="sg-navigation-card-block">
|
<div class="sg-navigation-card-block">
|
||||||
<article class="sg-card" data-component="card" data-pattern="navigation-card" aria-label="Navigations-Card">
|
<article class="sg-card" data-component="card" data-pattern="navigation-card" aria-label="Navigations-Card">
|
||||||
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body" data-pattern-part="navigation-card-segment">
|
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body" data-pattern-part="navigation-card-segment">
|
||||||
|
|||||||
@@ -114,6 +114,12 @@
|
|||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sg-large-table__load-more-layout {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
.sg-large-table__cell--header {
|
.sg-large-table__cell--header {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user