Just remove the class, it obviously wasn't doing anything anyway :)
This commit is contained in:
Jason Zimdars
2025-09-04 16:07:38 -05:00
parent 8726bb5fe5
commit 0caabc3bd4
+1 -1
View File
@@ -1,6 +1,6 @@
<%= turbo_frame_tag workflow do %>
<article class="panel" style="--panel-size: 40ch;" style="view-transition-name: <%= dom_id(workflow) %>">
<div class="flex gap-half align-center justify-starts">
<div class="flex gap-half align-center">
<%= turbo_frame_tag dom_id(workflow, :header) do %>
<%= link_to edit_workflow_path(workflow) do %>
<h3 class="txt-large txt-nowrap margin-none overflow-ellipsis"><%= workflow.name %></h3>