Skip to content

Commit 1843ee0

Browse files
committed
Yarn build
1 parent b8fc3b0 commit 1843ee0

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

dist/static/js/fields-editor.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/js/manifest.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/js/registration-forms-editor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/js/registration-forms-editor.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/static/js/roles-editor.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/registration-forms-editor/registration-forms-list.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<thead>
2020
<tr>
2121
<th scope="col" class="column-primary">{{labels.table_name}}</th>
22-
<th scope="col">{{labels.table_fields}}</th>
23-
<th scope="col" :data-balloon="labels.table_default_tooltip" data-balloon-pos="left">{{labels.table_default}}</th>
22+
<th scope="col" style="width: 50px;">{{labels.table_fields}}</th>
23+
<th scope="col" style="width: 50px;" :data-balloon="labels.table_default_tooltip" data-balloon-pos="left">{{labels.table_default}}</th>
2424
<th scope="col">{{labels.table_role}}</th>
2525
<th scope="col" v-if="isAddonInstalled">{{labels.table_shortcode}}</th>
2626
<th scope="col" v-if="isAddonInstalled">{{labels.table_signup_total}}</th>

0 commit comments

Comments
 (0)