mirror of
https://github.com/Redocly/redoc.git
synced 2025-06-13 17:23:04 +03:00
Fix wrapping problem (fixes #185)
This commit is contained in:
parent
3daeffc452
commit
a93cd49123
|
@ -72,6 +72,7 @@ $sub-schema-offset: ($bullet-size / 2) + $bullet-margin;
|
||||||
}
|
}
|
||||||
.param-type {
|
.param-type {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
word-break: break-all;
|
||||||
&.array::before, &.tuple::before {
|
&.array::before, &.tuple::before {
|
||||||
color: $black;
|
color: $black;
|
||||||
font-weight: $base-font-weight;
|
font-weight: $base-font-weight;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user