Skip to content

Commit ee308f6

Browse files
nickboldtthemr0c
andauthored
chore(typo): remove duplicate backtick and fix CSS rendering on MacOS Safari (#550)
Co-authored-by: Fabrice Flore-Thébault <ffloreth@redhat.com>
1 parent 11e4a18 commit ee308f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.asciidoctor/docs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ table {
220220
border:0;
221221
font-size:1rem;
222222
line-height:1.6667;
223-
table-layout:fixed
223+
/* commented out as it breaks on Safari on Mac // table-layout:fixed */
224224
}
225225
table caption {
226226
color:#585858;

modules/dynamic-plugins/con-preinstalled-dynamic-plugins.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ global:
3535
----
3636

3737
[NOTE]
38-
The default configuration for a plugin is extracted from the `dynamic-plugins.default.yaml`` file, however, you can use a `pluginConfig` entry to override the default configuration.
38+
The default configuration for a plugin is extracted from the `dynamic-plugins.default.yaml` file, however, you can use a `pluginConfig` entry to override the default configuration.

modules/dynamic-plugins/con-preinstalled-dynamic-plugins.template.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ global:
3131
----
3232

3333
[NOTE]
34-
The default configuration for a plugin is extracted from the `dynamic-plugins.default.yaml`` file, however, you can use a `pluginConfig` entry to override the default configuration.
34+
The default configuration for a plugin is extracted from the `dynamic-plugins.default.yaml` file, however, you can use a `pluginConfig` entry to override the default configuration.

0 commit comments

Comments
 (0)