| .parameterTable { | |
| table { | |
| table-layout: fixed ; | |
| } | |
| th:first-of-type { | |
| width: 56% ; | |
| } | |
| th:last-of-type { | |
| width: 20% ; | |
| } | |
| td { | |
| padding-left: 0.3rem ; | |
| padding-right: 0.3rem ; | |
| } | |
| } | |
| .codeBlock code:not(td *) { | |
| word-break: break-word; | |
| } | |
| .parameterTable { | |
| table { | |
| table-layout: fixed ; | |
| } | |
| th:first-of-type { | |
| width: 56% ; | |
| } | |
| th:last-of-type { | |
| width: 20% ; | |
| } | |
| td { | |
| padding-left: 0.3rem ; | |
| padding-right: 0.3rem ; | |
| } | |
| } | |
| .codeBlock code:not(td *) { | |
| word-break: break-word; | |
| } | |