summaryrefslogtreecommitdiffstats
path: root/docs/source/_static/css/theme_overrides.css
blob: 7e39e343cf6f6eb48728c299cc746a92379fcb04 (plain)
1
2
3
4
5
6
.wy-table-responsive > table > tbody > tr > td {
	white-space: unset;
}
.wy-table-responsive > table > tbody > tr > td:first-child {
	vertical-align: top;
}