mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-26 10:33:44 +03:00
Fix borders rendering issues
This commit is contained in:
parent
135bdbe12f
commit
4cf11dceee
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user