aboutsummaryrefslogtreecommitdiffstats
path: root/manual/_static/css/wraptable.css
blob: 732e7a985e60b35622eb3cea140a12685178c166 (plain) (blame)
1
2
3
4
/* ensure text in table cells wrap */
.wy-table-responsive table td, .wy-table-responsive table th {
    white-space: normal;
}