@import "../styles/common";

.w-tabs{

  &.w-tabs-fit-height{
    .flex_parent_column();
    & > .ant-tabs-content{
      .flex_child_column();
      width:100%;
    }
  }

  & > .ant-tabs-top-bar{
    margin-bottom: 0;
  }

}
