diff --git a/platform/commonUI/general/res/sass/features/_imagery.scss b/platform/commonUI/general/res/sass/features/_imagery.scss index e9c71262fe..945c99cb96 100644 --- a/platform/commonUI/general/res/sass/features/_imagery.scss +++ b/platform/commonUI/general/res/sass/features/_imagery.scss @@ -23,6 +23,7 @@ top: auto; min-height: $imageThumbsWrapperH; max-height: 60%; + box-sizing: border-box; } .l-date, diff --git a/platform/commonUI/general/src/directives/MCTSplitPane.js b/platform/commonUI/general/src/directives/MCTSplitPane.js index 6a7aa0a53f..4455c28a94 100644 --- a/platform/commonUI/general/src/directives/MCTSplitPane.js +++ b/platform/commonUI/general/src/directives/MCTSplitPane.js @@ -132,11 +132,6 @@ define( // Get actual size (to obey min-width etc.) firstSize = getSize(first[0]); - - if (alias === 'mctSplitPane-imagery') { - firstSize = firstSize - 5; - } - first.css(anchor.dimension, firstSize + 'px'); splitter.css(anchor.edge, firstSize + 'px'); splitter.css(anchor.opposite, "auto");