Graphite/website/sass/page/user-manual/node.scss

15 lines
216 B
SCSS

:is(#context, #inputs, #outputs) + table tr {
th:is(:first-child, :nth-child(3)) {
width: 0;
white-space: nowrap;
}
td:is(:first-child, :nth-child(3)) {
width: 0;
code {
white-space: nowrap;
}
}
}