Added a min width to the permission editor

canary
WolverinDEV 2019-06-01 19:15:45 +02:00
parent e101febf11
commit 1cbfe447d1
1 changed files with 1 additions and 0 deletions

View File

@ -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];