mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-05-13 15:01:30 +00:00
Fixed remaining places where offsets where used
This commit is contained in:
parent
b508d57094
commit
3aa7480fe4
8 changed files with 15 additions and 15 deletions
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
{% if section_widget.vars.embedded_settings_metadata is defined %} {# Check if we have nested embedded settings or not #}
|
||||
<fieldset>
|
||||
<legend class="offset-3">
|
||||
<legend class="{{ offset_col }}">
|
||||
<i class="fa-solid {{ settings_icon(settings_object)|default('fa-sliders') }} fa-fw"></i>
|
||||
{{ (section_widget.vars.label ?? section_widget.vars.name|humanize)|trans }}
|
||||
</legend>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue