descriminator minor ui fix

This commit is contained in:
Roman Hotsiy 2016-02-03 18:50:02 +02:00
parent af532aa725
commit 4ae4e4db4f

View File

@ -78,3 +78,10 @@ $array-marker-line-height: 1.5;
background-color: $headers-color;
}
}
tabs .params-wrap > .param-wrap:first-of-type .param-name {
border-left: 0;
&:before {
display: none;
}
}