mirror of
https://github.com/monero-project/monero-docs.git
synced 2024-12-22 19:49:22 +00:00
10 lines
213 B
CSS
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%;
|
|
}
|