dwc/docs/_sass/_custom.scss

10 lines
150 B
SCSS
Raw Normal View History

// Custom styling
.content {
table {
td:first-of-type {
width: 120px; // Label column, long words will still push this wider
}
}
}