remove gap on right side of show builder
This commit is contained in:
parent
d702b35e66
commit
a3b53ee3d3
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ AIRTIME = (function(AIRTIME) {
|
|||
function setWidgetSize() {
|
||||
viewport = AIRTIME.utilities.findViewportDimensions();
|
||||
widgetHeight = viewport.height - 180;
|
||||
screenWidth = Math.floor(viewport.width - 90);
|
||||
screenWidth = Math.floor(viewport.width - 40);
|
||||
|
||||
var libTableHeight = widgetHeight - 130,
|
||||
builderTableHeight = widgetHeight - 95,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue