Fix wrapping problem (fixes #185)

This commit is contained in:
Roman Hotsiy 2017-02-02 22:41:31 +02:00
parent 3daeffc452
commit a93cd49123
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -72,6 +72,7 @@ $sub-schema-offset: ($bullet-size / 2) + $bullet-margin;
}
.param-type {
font-weight: normal;
word-break: break-all;
&.array::before, &.tuple::before {
color: $black;
font-weight: $base-font-weight;