zeek/auxil/package-manager/doc/_static/theme_overrides.css
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

19 lines
382 B
CSS

/*
Prevent sphinx-argparse option output (e.g. --version) from wrapping.
*/
span.option {
white-space: nowrap;
}
/* override table width restrictions */
html body div.wy-table-responsive table td,
html body div.wy-table-responsive table th {
white-space: normal;
}
html body div.wy-table-responsive {
margin-bottom: 24px;
max-width: 100%;
overflow: visible;
}