From 4ab1e5454c5059882128c7468e24fa86e7da8b01 Mon Sep 17 00:00:00 2001 From: A-J Roos Date: Sun, 21 Jan 2018 18:49:06 +0200 Subject: [PATCH] fix(visual): Fix test output screen alignment (#16536) Whenever the test run fails the icon and text are out of alignment. This change sets the icon to be vertically aligned to the top. Closes #16498 --- common/app/routes/Challenges/challenges.less | 1 + 1 file changed, 1 insertion(+) diff --git a/common/app/routes/Challenges/challenges.less b/common/app/routes/Challenges/challenges.less index ea71e73058..588f526237 100644 --- a/common/app/routes/Challenges/challenges.less +++ b/common/app/routes/Challenges/challenges.less @@ -29,6 +29,7 @@ .big-icon { font-size: 30px; + vertical-align: top; } .error-icon {