Skip to content

Commit

Permalink
Bootstrap 5 Migration - Rebuilt diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
snopoke committed Oct 22, 2024
1 parent 99e6718 commit b5a8eb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{% if attempt.message %}
- <div class="well record-attempt" style="font-family: monospace;">
+ <div class="card record-attempt" style="font-family: monospace;"> {# todo B5: css:well, inline style #}
{{ attempt.message }}
{{ attempt.message|escape|linebreaksbr }}
</div>
{% endif %}
@@ -53,7 +53,7 @@
Expand Down

0 comments on commit b5a8eb7

Please sign in to comment.