mirror of
https://github.com/openharmony/third_party_ltp.git
synced 2026-07-01 12:25:45 -04:00
893ac31e33
Signed-off-by: ccdu <duchangcheng1@h-partners.com>
10 lines
196 B
CSS
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;
|
|
}
|