1
0
mirror of synced 2025-12-23 03:44:00 -05:00
Files
docs/components/rest/RestOperation.module.scss
2023-05-03 18:05:19 +00:00

8 lines
108 B
SCSS

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