We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c733df commit b2d30e0Copy full SHA for b2d30e0
src/_includes/components/actions-fields.html
@@ -79,8 +79,8 @@
79
80
81
{% 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}}">
+<p class="button button-hollow" data-toggle="collapse" data-target=".settings-content-{{action.slug}}">Click to show / hide fields</p>
+<div class="collapse settings-content-{{action.slug}} show">
84
<table id="settingsTable">
85
<thead>
86
<tr>
0 commit comments