diff --git a/ee/app/views/shared/billings/_billing_plan.html.haml b/ee/app/views/shared/billings/_billing_plan.html.haml index 1ef842eac907471772cc1bdd56a1e547d349a26c..6730871d3b485c632c09579312ad0e3fa6ba69f3 100644 --- a/ee/app/views/shared/billings/_billing_plan.html.haml +++ b/ee/app/views/shared/billings/_billing_plan.html.haml @@ -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 diff --git a/ee/changelogs/unreleased/reduce-billing-card-header.yml b/ee/changelogs/unreleased/reduce-billing-card-header.yml new file mode 100644 index 0000000000000000000000000000000000000000..0f6a704f85e7c2229bf737e4474a22be1b549f3f --- /dev/null +++ b/ee/changelogs/unreleased/reduce-billing-card-header.yml @@ -0,0 +1,5 @@ +--- +title: Fix line spacing in billing card header +merge_request: 52521 +author: +type: fixed diff --git a/locale/gitlab.pot b/locale/gitlab.pot index 714c58b15655ab5de649fedb9bf915193058c934..3608a930c2a9a5bc288cd4c4fa25dca0fadae9d9 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -4460,9 +4460,6 @@ msgstr "" msgid "BillingPlans|Congratulations, your free trial is activated." msgstr "" -msgid "BillingPlans|Current Plan" -msgstr "" - msgid "BillingPlans|Free upgrade!" msgstr ""