Skip to content

Commit 19f2869

Browse files
authored
Merge pull request #18555 from nextcloud/bugfix/18530/edit-own-user
Allow to edit admin/own user in the user management
2 parents 05c6086 + b9d5186 commit 19f2869

24 files changed

+13989
-237
lines changed

apps/settings/css/settings.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,6 +1418,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
14181418
#app-content.user-list-grid {
14191419
display: grid;
14201420
grid-column-gap: 20px;
1421+
grid-auto-rows: minmax(60px, max-content);
14211422

14221423
.row {
14231424
// TODO replace with css4 subgrid when available
@@ -1561,10 +1562,12 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
15611562
}
15621563

15631564
> div,
1565+
> .displayName > form,
15641566
> form {
15651567
grid-row: 1;
15661568
display: inline-flex;
15671569
color: var(--color-text-lighter);
1570+
flex-grow: 1;
15681571

15691572
> input:not(:focus):not(:active) {
15701573
border-color: transparent;
@@ -1591,6 +1594,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
15911594
&.mailAddress {
15921595
> input {
15931596
text-overflow: ellipsis;
1597+
flex-grow: 1;
15941598
}
15951599
}
15961600

apps/settings/js/vue-0.js

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

apps/settings/js/vue-0.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)