Skip to content

Commit ef1cbc2

Browse files
authored
Make all tables scrollable (if necessary) (#5133)
1 parent 2eca1cc commit ef1cbc2

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
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;
14+
table {
15+
overflow-x: auto;
1616
display: block;
1717
border-width: 0;
1818
}

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

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

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

852-
[.scrollable]
853852
|===
854853
| Java Type | API | Annotation | Console Launcher | Identifier
855854

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-
[.scrollable, cols="d,d,a,d"]
3482+
[cols="d,d,a,d"]
34833483
|===
34843484
|Property |Description |Supported Values |Default Value
34853485

0 commit comments

Comments
 (0)