Added a min width to the permission editor
This commit is contained in:
parent
e101febf11
commit
1cbfe447d1
1 changed files with 1 additions and 0 deletions
|
@ -1084,6 +1084,7 @@ namespace ui {
|
|||
|
||||
this.canvas_container = $.spawn("div")
|
||||
.addClass("window-resize-listener") /* we want to handle resized */
|
||||
.css("min-width", "750px")
|
||||
.css("position", "relative")
|
||||
.css("user-select", "none")
|
||||
[0];
|
||||
|
|
Loading…
Add table
Reference in a new issue