Skip to content

Commit 9e7a6d5

Browse files
authored
Make wide tables scrollable (#5130)
Resolves #5129.
1 parent 555b585 commit 9e7a6d5

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

documentation/src/docs/asciidoc/docinfos/docinfo.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
.is-collapsible{ max-height:3000px; overflow:hidden; }
1212
.is-collapsed{ max-height:0 }
1313
.is-active-link{ font-weight:700 }
14+
table.scrollable {
15+
overflow-x: scroll;
16+
display: block;
17+
border-width: 0;
18+
}
1419
}
1520
@media print{
1621
#tocbot a.toc-link.node-name--H4{ display:none }

documentation/src/docs/asciidoc/user-guide/running-tests.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,7 @@ generically as strings via their identifiers.
849849

850850
The following discovery selectors are provided out of the box:
851851

852+
[.scrollable]
852853
|===
853854
| Java Type | API | Annotation | Console Launcher | Identifier
854855

documentation/src/docs/asciidoc/user-guide/writing-tests.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3479,7 +3479,7 @@ strategies.
34793479
The following table lists relevant properties for configuring parallel execution. See
34803480
<<running-tests-config-params>> for details on how to set such properties.
34813481

3482-
[cols="d,d,a,d"]
3482+
[.scrollable, cols="d,d,a,d"]
34833483
|===
34843484
|Property |Description |Supported Values |Default Value
34853485

0 commit comments

Comments
 (0)