Commit e64ac4fe authored by Vitaly Slobodin's avatar Vitaly Slobodin

Merge branch 'reduce-billing-card-header' into 'master'

Fix line spacing in billing card header

See merge request gitlab-org/gitlab!52521
parents da9a0533 8b8a5575
......@@ -17,12 +17,8 @@
- else
= _("Upgrade offers available!")
.card{ class: ("card-active" if is_current || show_deprecated_plan) }
.card-header.gl-font-weight-bold.d-flex.flex-row.justify-content-between.flex-wrap
%div
= plan_name
- if is_current
.text-muted
= s_("BillingPlans|Current Plan")
.card-header.gl-line-height-normal.gl-py-5.gl-font-weight-bold
= plan_name
.card-body
- if show_deprecated_plan
......
---
title: Fix line spacing in billing card header
merge_request: 52521
author:
type: fixed
......@@ -4460,9 +4460,6 @@ msgstr ""
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
msgid "BillingPlans|Current Plan"
msgstr ""
msgid "BillingPlans|Free upgrade!"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment