1
0
mirror of synced 2025-12-22 11:26:57 -05:00
Files
docs/components/rest/RestOperation.module.scss
Grace Park 97212c5114 Fix reactions and search large rest pages (#29012)
* fix reactions and search large rest pages

* remove white space at the end
2022-07-13 21:08:21 +00:00

19 lines
221 B
SCSS

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