@import "./variables.less";

.button-group{
    >.@{grc-prefix}-btn+.@{grc-prefix}-btn{
        margin-left: 8px;
    }
}
.text-overflow{
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}