Font sizes
Some checks failed
/ Run tests (push) Successful in 1m32s
/ Run system tests (push) Failing after 1m47s
/ Build, push and deploy image (push) Successful in 1m22s

This commit is contained in:
david 2024-11-09 02:36:20 +01:00
parent cde992a194
commit 435e94c186
2 changed files with 2 additions and 5 deletions

View file

@ -1,7 +1,7 @@
<div id="<%= dom_id element %>" class="mb-5">
<%= turbo_frame_tag dom_id(element, :frame) do %>
<div class="d-flex">
<h3 class="">
<h3 class="h4">
<i class="bi bi-boxes">
</i>
<%= element.page.position %>.<%= element.position %>
@ -23,9 +23,6 @@
<% element.success_criteria.each do |sc| %>
<%= render sc %>
<% end %>
<% if element.success_criteria.none? %>
<p><i>Es sind (noch) keine Erfolgskriterien definiert.</i></p>
<% end %>
</div>
<div class="mb-3">