fix invitation label
This commit is contained in:
parent
0a96598e35
commit
2cbcc9e7dd
1 changed files with 2 additions and 1 deletions
|
@ -155,7 +155,8 @@ oml.ui.usersDialog = function() {
|
|||
: '<span class="OxLight">' + value + '</span>'
|
||||
},
|
||||
id: 'title',
|
||||
visible: true
|
||||
visible: true,
|
||||
width: 240 - Ox.SCROLLBAR_SIZE
|
||||
}
|
||||
],
|
||||
items: [
|
||||
|
|
Loading…
Reference in a new issue