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
This commit is contained in:
committed by
mrugesh mohapatra
parent
7cbe4141ce
commit
4ab1e5454c
@ -29,6 +29,7 @@
|
|||||||
|
|
||||||
.big-icon {
|
.big-icon {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-icon {
|
.error-icon {
|
||||||
|
Reference in New Issue
Block a user