Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Custom css class bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
rune.laenen committed Oct 16, 2020
1 parent d24a2c5 commit e6b97b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="container rl-advanced-banner-container">
{% endif %}

<div class="rl-advanced-banner-layer {{ cssClass }}" style="
<div class="rl-advanced-banner-layer {{ layer.config.cssClass }}" style="
position: absolute;
width: {{ layer.config.width }};
height: {{ layer.config.height }};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="container rl-advanced-banner-container">
{% endif %}

<div class="rl-advanced-banner-layer {{ cssClass }}" style="
<div class="rl-advanced-banner-layer {{ layer.config.cssClass }}}" style="
position: absolute;
width: {{ layer.config.width }};
height: {{ layer.config.height }};
Expand Down

0 comments on commit e6b97b7

Please sign in to comment.