(fix/explore): remove vertical-align looks better for long logs (#16736)

This commit is contained in:
rrFeng
2019-04-26 11:33:40 +02:00
committed by David
parent 85e5835ddc
commit daea9e9fc0
-1
View File
@@ -71,7 +71,6 @@ $column-horizontal-spacing: 10px;
> div {
display: table-cell;
padding-right: $column-horizontal-spacing;
vertical-align: middle;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
}