Fix borders rendering issues

This commit is contained in:
Roman Hotsiy 2016-07-10 14:44:22 +03:00
parent 135bdbe12f
commit 4cf11dceee
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -97,10 +97,13 @@ $array-marker-line-height: 1.5;
}
.params-wrap {
border-collapse: collapse;
width: 100%;
}
table {
border-spacing: 0;
}
.params-wrap.params-array:before, .params-wrap.params-array:after {
display: block;
font-weight: $base-font-weight;