Skip to content

Commit

Permalink
MID-8189 fixed composited icon layers styles
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Oct 12, 2022
1 parent 79d9c35 commit e6c2b99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<html xmlns:wicket="http://wicket.apache.org">
<wicket:panel>
<div class="d-flex flex-wrap gap-2 justify-content-center">
<div style="position: relative;" wicket:id="layeredIcon">
<div class="d-block position-relative w-100" wicket:id="layeredIcon">
<i wicket:id="basicIcon"/>
<div wicket:id="layerIcons">
<i wicket:id="layerIcon"/>
Expand Down

0 comments on commit e6c2b99

Please sign in to comment.