Commit 17db4dde authored by James Ramsay's avatar James Ramsay

Fix visually broken admin dashboard

Until a license is added GitLab EE, the admin dashboard is visually
broken because of an incorrect container size.
parent cb7efc60
- admin_without_ee_license = !current_license && current_user.admin?
.blank-state-parent-container{ class: ('has-start-trial-container' if admin_without_ee_license) }
.section-container.section-welcome{ class: ('col-md-6' if admin_without_ee_license) }
.section-container.section-welcome
.container.section-body
.row
.blank-state-welcome
......
---
title: Fix visually broken admin dashboard until license is added
merge_request: 4196
author:
type: fixed
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