Skip to content

Commit c0172e1

Browse files
committed
Merge branch 'develop' into #232
2 parents 7b20619 + be5e8f6 commit c0172e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+786
-266
lines changed

assets/css/admin/fields-editor.css

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/admin/fields-editor.css.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.

assets/css/src/admin/fields-editor.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ body.users_page_wpum-roles {
5959
.delete-btn {
6060
margin-top: 5px;
6161
}
62+
.row-actions > span:not(:first-child) {
63+
padding-left: 3px;
64+
margin-left: 3px;
65+
border-left: 2px solid currentColor;
66+
}
6267
}
6368

6469
.wpum-fields-groups-table, .wpum-registration-forms-table, .wpum-roles-table {
@@ -72,6 +77,10 @@ body.users_page_wpum-roles {
7277

7378
.button {
7479
margin: 3px 5px 3px 0;
80+
max-width: 100%;
81+
overflow: hidden;
82+
white-space: nowrap;
83+
text-overflow: ellipsis;
7584

7685
&:last-child {
7786
margin-right: 0;

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.

0 commit comments

Comments
 (0)