Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/v311-fixes'
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Jul 21, 2022
2 parents fed4131 + 849c76b commit ad08a73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ body {

#x_mainHolder {
border: 1px solid #010101;
box-sizing: border-box;
}

#x_headerBlock {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3334,8 +3334,7 @@ function x_setFillWindow(updatePage) {
}

$x_mainHolder.css({
// The right border is cut off when embedding if setting to 100%
"width" :"99.8%",
"width" :"100%",
"height" :"100%"
});

Expand Down

0 comments on commit ad08a73

Please sign in to comment.