Skip to content

Commit b446bc8

Browse files
fix status labels
1 parent 83bb06c commit b446bc8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

static/js/src/advantage/subscribe/react/components/ProductSummary/ProductSummary.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ const ProductSummary = () => {
117117
className={"u-align--right"}
118118
size={4}
119119
emptyLarge={9}
120-
style={{ display: "flex", alignItems: "center" }}
120+
style={{ display: "flex", alignItems: "flex-end" }}
121121
>
122122
{product?.canBeTrialled && productUser !== ProductUsers.myself ? (
123-
<StatusLabel appearance="positive">
123+
<StatusLabel appearance="positive" style={{ marginRight: "1rem" }}>
124124
Free trial on checkout
125125
</StatusLabel>
126126
) : null}
@@ -210,7 +210,7 @@ const ProductSummary = () => {
210210
</Col>
211211
{product?.canBeTrialled && productUser !== ProductUsers.myself ? (
212212
<Col size={12}>
213-
<StatusLabel appearance="positive">
213+
<StatusLabel appearance="positive" style={{ marginRight: "1rem" }}>
214214
Free trial on checkout
215215
</StatusLabel>
216216
</Col>

0 commit comments

Comments
 (0)