Files
third_party_ltp/doc/_static/custom.css
T
2025-12-19 10:01:59 +08:00

10 lines
196 B
CSS

/* set multiline tables cells */
.wy-table-responsive table td {
white-space: normal;
}
/* remove margin for multiline cells */
.rst-content table td div.line-block {
margin-bottom: 0;
}