monero-docs/docs/overrides.css
2018-09-19 17:25:52 +02:00

10 lines
213 B
CSS

/* Make reference options non-wrapping */
article .md-typeset__table td:nth-child(1) {
white-space: nowrap;
}
/* Make reference tables occupying full width */
article .md-typeset__table {
width: 100%;
}