Skip to content

Commit

Permalink
Fix form input alignment for rating metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminjonard committed Jan 11, 2024
1 parent 11af763 commit 1a27cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/App/Datum/_rating.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="input-field outlined s10 offset-s1 m5">
<div class="input-field outlined s10 m5">
<div class="star-rating editable">
{% for i in 10 .. 1 %}
{% set isHalf = loop.index % 2 == 0 %}
Expand Down

0 comments on commit 1a27cd5

Please sign in to comment.