File tree Expand file tree Collapse file tree
static/js/src/advantage/subscribe/react/components/ProductSummary Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments