mirror of
https://github.com/chenasraf/nextcloud-forum.git
synced 2026-05-17 17:28:02 +00:00
fix(AdminUserList): edit role dialog select width
This commit is contained in:
@@ -404,11 +404,15 @@ export default defineComponent({
|
||||
|
||||
.edit-roles-dialog {
|
||||
padding: 16px 0;
|
||||
|
||||
.roles-select {
|
||||
width: 100%;
|
||||
min-width: 300px;
|
||||
}
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<style lang="scss">
|
||||
.edit-roles-dialog {
|
||||
.roles-select {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user