.kbnPageTemplate__pageSideBar { overflow: hidden; // Temporary hack till the sizing is changed directly in EUI min-width: 248px; @include euiCanAnimate { transition: min-width $euiAnimSpeedFast $euiAnimSlightResistance; } &.kbnPageTemplate__pageSideBar--shrink { min-width: $euiSizeXXL; } .kbnPageTemplate--centeredBody & { border-bottom: $euiBorderThin; @include euiBreakpoint('m', 'l', 'xl') { border-bottom: none; border-right: $euiBorderThin; } } }