1
0
mirror of synced 2026-01-02 12:04:38 -05:00
Files
docs/components/rest/RestOperation.module.scss
Kevin Heis d5281724e2 Update permalinks for accessibility (#36714)
Co-authored-by: Peter Bengtsson <mail@peterbe.com>
2023-05-01 14:03:02 +00:00

8 lines
107 B
SCSS

.statusTable {
table-layout: fixed !important;
}
.codeBlock code:not(td *) {
word-break: break-all;
}