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
pull/16556/head
A-J Roos 2018-01-21 18:49:06 +02:00 committed by mrugesh mohapatra
parent 7cbe4141ce
commit 4ab1e5454c
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
.big-icon {
font-size: 30px;
vertical-align: top;
}
.error-icon {