monero-docs/docs/overrides.css

11 lines
213 B
CSS
Raw Normal View History

/* 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%;
}