Fix label width in the management area search form

With a 50% width on medium and large screens, depending on the size of
the text and the size of the screen, the label could unnecessarily use
two rows, looking broken.
This commit is contained in:
Javi Martín
2024-10-11 02:28:22 +02:00
parent 39d68fd928
commit b45f928703

View File

@@ -11,7 +11,7 @@
</div>
</div>
<div class="row">
<div class="small-12 medium-6 column">
<div class="small-12 column">
<%= check_box_tag :unfeasible, "1", params[:unfeasible].present? %>
<%= t("admin.budget_investments.search_unfeasible") %>
</div>