mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-09 09:52:19 +00:00
ab5fa70e41
* Basics content add * Fixing the stylesheet so forms wrap correctly. --------- Co-authored-by: danfunk <daniel.h.funk@gmail.com>
11 lines
262 B
CSS
11 lines
262 B
CSS
.wy-table-responsive table td {
|
|
white-space: normal !important;
|
|
}
|
|
|
|
.wy-table-responsive {
|
|
overflow: visible !important;
|
|
}
|
|
|
|
html.writer-html5 .rst-content table.docutils td>p, html.writer-html5 .rst-content table.docutils th>p {
|
|
line-height: 1.5rem;
|
|
} |