Merge pull request #71 from SMM-dev/trBug

remove .test-result height limitation to fix overlap issue
This commit is contained in:
Stuart Taylor
2018-05-19 21:59:51 +01:00
committed by Mrugesh Mohapatra
parent 78104bbee6
commit d0b3303fe9

View File

@ -7,7 +7,6 @@
.test-result {
display: flex;
width: 100%;
height: 56px;
align-items: center;
}