From 5e6b13b57182cd18dba600382cbba470c77137db Mon Sep 17 00:00:00 2001
From: Scott Reeves <Cottser@1167326.no-reply.drupal.org>
Date: Thu, 4 Feb 2016 13:49:43 -0500
Subject: [PATCH] Issue #2571539 by Lendude, Surabhi Gokte, Cottser, swentel,
 emma.maria, alexpott, Manjit.Singh: Progress bar higher than progress track

---
 core/modules/system/css/components/progress.module.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/system/css/components/progress.module.css b/core/modules/system/css/components/progress.module.css
index 80042afb821d..574c6933b47d 100644
--- a/core/modules/system/css/components/progress.module.css
+++ b/core/modules/system/css/components/progress.module.css
@@ -18,7 +18,7 @@
 }
 .progress__bar {
   background-color: #000;
-  height: 1.5em;
+  height: 16px;
   width: 3%;
   min-width: 3%;
   max-width: 100%;
-- 
GitLab