Commit e97be749 authored by Angelo Gulina's avatar Angelo Gulina

Adjust cards height

parent cde8df49
...@@ -148,6 +148,7 @@ export default { ...@@ -148,6 +148,7 @@ export default {
<section class="row gl-mb-5"> <section class="row gl-mb-5">
<div class="col-md-6 gl-mb-5"> <div class="col-md-6 gl-mb-5">
<subscription-details-card <subscription-details-card
class="gl-h-full"
:details-fields="subscriptionDetailsFields" :details-fields="subscriptionDetailsFields"
:header-text="$options.i18n.subscriptionDetailsHeaderText" :header-text="$options.i18n.subscriptionDetailsHeaderText"
:subscription="subscription" :subscription="subscription"
...@@ -211,6 +212,7 @@ export default { ...@@ -211,6 +212,7 @@ export default {
<div class="col-md-6 gl-mb-5"> <div class="col-md-6 gl-mb-5">
<subscription-details-card <subscription-details-card
class="gl-h-full"
:details-fields="licensedToFields" :details-fields="licensedToFields"
:header-text="$options.i18n.licensedToHeaderText" :header-text="$options.i18n.licensedToHeaderText"
:subscription="subscription" :subscription="subscription"
......
...@@ -63,7 +63,7 @@ export default { ...@@ -63,7 +63,7 @@ export default {
<template> <template>
<section class="row"> <section class="row">
<div class="col-md-6 gl-mb-5"> <div class="col-md-6 gl-mb-5">
<gl-card data-testid="users-in-subscription"> <gl-card class="gl-h-full" data-testid="users-in-subscription">
<header> <header>
<h2 data-qa-selector="users_in_subscription">{{ usersInSubscription }}</h2> <h2 data-qa-selector="users_in_subscription">{{ usersInSubscription }}</h2>
<h5 class="gl-font-weight-normal text-uppercase"> <h5 class="gl-font-weight-normal text-uppercase">
...@@ -77,7 +77,7 @@ export default { ...@@ -77,7 +77,7 @@ export default {
</div> </div>
<div class="col-md-6 gl-mb-5"> <div class="col-md-6 gl-mb-5">
<gl-card data-testid="billable-users"> <gl-card class="gl-h-full" data-testid="billable-users">
<header> <header>
<h2 data-qa-selector="billable_users">{{ billableUsers }}</h2> <h2 data-qa-selector="billable_users">{{ billableUsers }}</h2>
<h5 class="gl-font-weight-normal text-uppercase"> <h5 class="gl-font-weight-normal text-uppercase">
...@@ -97,7 +97,7 @@ export default { ...@@ -97,7 +97,7 @@ export default {
</div> </div>
<div class="col-md-6 gl-mb-5"> <div class="col-md-6 gl-mb-5">
<gl-card data-testid="maximum-users"> <gl-card class="gl-h-full" data-testid="maximum-users">
<header> <header>
<h2 data-qa-selector="maximum_users">{{ maximumUsers }}</h2> <h2 data-qa-selector="maximum_users">{{ maximumUsers }}</h2>
<h5 class="gl-font-weight-normal text-uppercase"> <h5 class="gl-font-weight-normal text-uppercase">
...@@ -111,7 +111,7 @@ export default { ...@@ -111,7 +111,7 @@ export default {
</div> </div>
<div class="col-md-6 gl-mb-5"> <div class="col-md-6 gl-mb-5">
<gl-card data-testid="users-over-license"> <gl-card class="gl-h-full" data-testid="users-over-license">
<header> <header>
<h2 data-qa-selector="users_over_subscription">{{ usersOverSubscription }}</h2> <h2 data-qa-selector="users_over_subscription">{{ usersOverSubscription }}</h2>
<h5 class="gl-font-weight-normal text-uppercase"> <h5 class="gl-font-weight-normal text-uppercase">
......
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