Skip to content

Commit 18b24fa

Browse files
Adapted rtd override styles and fixed scrollable table
1 parent 73b6599 commit 18b24fa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/readthedocs/_static/css/theme_override.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@
1010
}
1111
.wy-table-responsive table th p {
1212
margin-bottom: 0;
13-
}
13+
}
14+
table.wrapping td {
15+
white-space: normal;
16+
}

docs/readthedocs/models/input/em.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Participants are connected to an EM each via their `em` field.
1010
```{list-table}
1111
:widths: auto
1212
:header-rows: 1
13+
:class: wrapping
1314
1415
1516
* - Attribute

0 commit comments

Comments
 (0)