@import '../../style/default.less';
.whale-overflow-button-main,
.whale-overflow-button-flex,
.whale-overflow-button-wrapper {
    display: flex;
    overflow: hidden;
}
@gap: 8px;
.whale-overflow-button-item + .whale-overflow-button-item {
  padding-left: @gap;
  &.whale-overflow-button-item-suffix {
    padding-left: 0
  }
}
.whale-overflow-button-main {
  flex-shrink: 0;
  margin-left: @gap;
}
.whale-overflow-button-flex {
  flex: 1;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.whale-overflow-button-wrapper {
    .ant-btn.whale-overflow-button-icon {
        min-width: 32px;
        padding-left: 0;
        padding-right: 0;
    }
    .ant-btn.whale-overflow-button-rest {
        font-size: 16px;
        line-height: 1;
        font-weight: 500;
        color: @heading-color;
    }
}
