| .parameterTable { | |
| table { | |
| table-layout: fixed ; | |
| } | |
| th:first-of-type { | |
| width: 40% ; | |
| } | |
| } | |
| .codeBlock code:not(td *) { | |
| word-break: break-word; | |
| } | |
| .parameterTable { | |
| table { | |
| table-layout: fixed ; | |
| } | |
| th:first-of-type { | |
| width: 40% ; | |
| } | |
| } | |
| .codeBlock code:not(td *) { | |
| word-break: break-word; | |
| } | |