@use "mixins/mixins" as *;
@use "common/var" as *;
@use "mixins/function.scss" as *;
@include b(table) {
  position: relative;
  @include when(pagination) {
    padding-bottom: 50px;
  }

  @include e(pagination) {
    position: absolute;
    bottom: 0;
    right: 0px;
  }
  .ms-tree-space {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    width: 18px;
    height: 14px;
  }
}
