mirror of
https://github.com/we-promise/sure.git
synced 2026-09-08 08:04:15 +00:00
fix(ui): wrap redbark disclosure summary in w-full (#2919)
Satisfy DS Drift Patrol Rule 4 for DS::Disclosure(variant: :card) summary content so justify-between rows stretch across the card. Closes #2912 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
62fd47def9
commit
00d11dd77c
@@ -3,7 +3,7 @@
|
||||
<%= tag.div id: dom_id(redbark_item) do %>
|
||||
<%= render DS::Disclosure.new(variant: :card, open: true) do |disclosure| %>
|
||||
<% disclosure.with_summary_content do %>
|
||||
<div class="flex items-center justify-between gap-2">
|
||||
<div class="w-full flex items-center justify-between gap-2">
|
||||
<div class="flex items-center gap-2">
|
||||
<%= icon "chevron-right", class: "group-open:rotate-90 motion-safe:transition-transform motion-safe:duration-150" %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user