Fixed the Pricing page Trial/Draft Desk card overflow.
This commit is contained in:
parent
59c5630950
commit
fd9dc683ff
@ -3698,6 +3698,14 @@ a:focus-visible {
|
||||
linear-gradient(180deg, rgba(255, 253, 249, 0.98), rgba(235, 241, 237, 0.9)),
|
||||
#fff;
|
||||
box-shadow: 0 24px 54px rgba(31, 42, 68, 0.11);
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.pricing-card--trial .pricing-card__heading,
|
||||
.pricing-card--trial .pricing-price,
|
||||
.pricing-card--trial .pricing-feature-list,
|
||||
.pricing-card--trial .pricing-card__actions {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.pricing-badge {
|
||||
@ -3794,6 +3802,11 @@ a:focus-visible {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.pricing-card--trial .pricing-price > small {
|
||||
white-space: normal;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.public-info-page {
|
||||
margin-top: -1rem;
|
||||
}
|
||||
@ -4044,6 +4057,14 @@ a:focus-visible {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.pricing-card--trial .pricing-card__actions .marketing-btn {
|
||||
box-sizing: border-box;
|
||||
max-width: 100%;
|
||||
padding-inline: 0.95rem;
|
||||
text-align: center;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.pricing-link {
|
||||
display: inline-flex;
|
||||
justify-content: center;
|
||||
|
||||
2
PlotLine/wwwroot/css/plotline-theme.min.css
vendored
2
PlotLine/wwwroot/css/plotline-theme.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user