Skip to content

Commit b2d30e0

Browse files
author
markzegarelli
authored
Show action fields tables by default (#2309)
1 parent 1c733df commit b2d30e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_includes/components/actions-fields.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979

8080

8181
{% if action.fields.size > 0 %}
82-
<p class="button button-fill button-fill--white" data-toggle="collapse" data-target=".settings-content-{{action.slug}}">Click to expand fields</p>
83-
<div class="collapse settings-content-{{action.slug}}">
82+
<p class="button button-hollow" data-toggle="collapse" data-target=".settings-content-{{action.slug}}">Click to show / hide fields</p>
83+
<div class="collapse settings-content-{{action.slug}} show">
8484
<table id="settingsTable">
8585
<thead>
8686
<tr>

0 commit comments

Comments
 (0)