Skip to content

Commit

Permalink
Fixed broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
KOTungseth committed Apr 6, 2020
1 parent 49b94f9 commit 3188988
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/canvas/canvas-elements.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,11 @@ To make your element look exactly the way you want, apply CSS overrides.

. Next to *Element style*, click *+*, then select *CSS*.

. Enter the *CSS*. For example, to center the Markdown element, enter:
. Enter the *CSS*.
+
[source,js]
For example, to center the Markdown element, enter:
+
[source,sh]
--------------------------------------------------
.canvasRenderEl h1 {
text.align: center;
Expand Down

0 comments on commit 3188988

Please sign in to comment.