fix(challenges): Add spacing between test-suite rows (#16491)

Closes #16484
This commit is contained in:
Vivek Agrawal
2018-01-15 00:17:34 +05:30
committed by mrugesh mohapatra
parent 68c4485e12
commit 9c3f0f3628

View File

@ -24,7 +24,7 @@
.@{ns}-test-suite { .@{ns}-test-suite {
margin-top: 10px; margin-top: 10px;
& .row { & .row {
margin: 0!important; margin: 14px 0 0 0;
} }
.big-icon { .big-icon {