Skip to content

Commit

Permalink
bug: CSP blocks a style attribute of the lightbuilb component #262 (#265
Browse files Browse the repository at this point in the history
)
  • Loading branch information
nwittstruck authored Mar 25, 2024
1 parent db428a2 commit 8f1875b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/scss/live/idea_live/_index_component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,8 @@
width: 100px;
margin: auto;
display: block;
}

.lightbulb-large {
font-size: 5rem;
}
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<%= if Enum.empty?(@ideas) do %>
<div class="row mt-4">
<div class="col-12 text-center">
<i class="bi-lightbulb text-secondary" style="font-size: 5rem;"></i>
<i class="bi-lightbulb text-secondary lightbulb-large"></i>
<p><%= gettext("No ideas brainstormed") %></p>
</div>
</div>
Expand Down

0 comments on commit 8f1875b

Please sign in to comment.