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

15 lines
148 B
SCSS

#nodes + table tr {
th:last-child {
width: 0;
white-space: nowrap;
}
td:last-child {
width: 0;
code {
white-space: nowrap;
}
}
}