1
0
mirror of synced 2025-12-22 03:16:52 -05:00
Files
docs/components/rest/RestOperation.module.scss

19 lines
231 B
SCSS

.restOperation {
h2,
h3,
h4 {
a {
text-decoration: none;
color: var(--color-fg-default);
}
}
}
.statusTable {
table-layout: fixed !important;
}
.codeBlock code:not(td *) {
word-break: break-all;
}