Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions apps/settings/src/components/UserList/UserRowSimple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="groups">
{{ userGroupsLabels }}
</div>
<div v-if="subAdminsGroups.length > 0 && settings.isAdmin" class="subAdminsGroups">
<div v-if="subAdminsGroups.length > 0 && settings.isAdmin" class="groups">
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I apply the style differently? It looks like classes are being used like ids in this file, so I'm wondering if this messes something up or if I should create another class to style this element and the groups element.

{{ userSubAdminsGroupsLabels }}
</div>
<div class="userQuota">
Expand Down Expand Up @@ -191,9 +191,12 @@ export default {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.icon-more {
background-color: var(--color-main-background);
border: 0;
}
.groups {
overflow-wrap: anywhere;
}
</style>
4 changes: 2 additions & 2 deletions dist/settings-users-8351.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/settings-users-8351.js.map

Large diffs are not rendered by default.

Loading