.euiResizableContainer {
  display: flex;
  width: 100%;

  &--vertical {
    flex-direction: column;
  }
}
