Skip to content

Commit 398837e

Browse files
committed
Update margin and border styles in expandable step list component.
1 parent dcc0e9c commit 398837e

File tree

1 file changed

+2
-2
lines changed
  • app/components/expandable-step-list

1 file changed

+2
-2
lines changed

app/components/expandable-step-list/step.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{{did-update this.handleDidUpdateIsComplete @step.isComplete}}
55
...attributes
66
>
7-
<div class="{{if @isExpanded 'mb-2' ''}} flex items-center justify-between gap-2">
8-
<div class="flex items-center gap-1">
7+
<div class="{{if @isExpanded 'mb-3' ''}} flex items-center justify-between gap-2">
8+
<div class="flex items-center gap-1 {{if @isExpanded 'border-b-2 border-gray-200 dark:border-white/5' ''}}">
99
<div class="prose dark:prose-invert {{if @step.isComplete 'opacity-50'}}" data-test-step-title>
1010
{{markdown-to-html (concat "**Step " @number "**: " @step.titleMarkdown)}}
1111
</div>

0 commit comments

Comments
 (0)