Skip to content

Commit

Permalink
break-words
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob committed Dec 28, 2024
1 parent 30c7987 commit a92181a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/avo/field_wrapper_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"py-2": !compact?,
"py-1": compact?,
}), data: {slot: "value"} do %>
<div class="self-center w-full break-all <% unless full_width? || compact? || stacked? %> md:w-8/12 has-sidebar:w-full <% end %>">
<div class="self-center w-full break-words <% unless full_width? || compact? || stacked? %> md:w-8/12 has-sidebar:w-full <% end %>">
<% if on_show? %>
<div class="flex flex-row items-center group gap-x-1">
<% if render_dash? %>
Expand Down

0 comments on commit a92181a

Please sign in to comment.