Fix atrocious wrapping

This commit is contained in:
Jason Zimdars
2025-01-30 15:35:15 -06:00
parent bd0fb52ffe
commit c1419ad4da
@@ -9,7 +9,7 @@
<%= form_with url: bucket_bubble_assignment_toggles_path(bubble.bucket, bubble), class: "flex flex-column gap-half full-width", data: { controller: "form" } do |form| %>
<% users.each do |user| %>
<div class="btn full-width borderless justify-start" style="--btn-border-radius: 0.3em;">
<div class="btn full-width borderless justify-start overflow-ellipsis" style="--btn-border-radius: 0.3em;">
<%= form.check_box "assignee_id[]", {
checked: bubble.assigned_to?(user),
data: { action: "change->form#submit" },