/* @define SettingGroup */

.SettingGroup-table {
    table-layout: fixed;
}

.SettingGroup-tableHeader {
    z-index: 2;
}

.SettingGroup-name,
.SettingGroup-value {
    width: 20%;
}

.SettingGroup-description {
    width: 60%;
}

/* stylelint-disable plugin/selector-bem-pattern */

/* customize tag width in tag input */

.SettingGroup-table .Tags .Tags-tag {
    max-width: unset;
}

/* stylelint-enable plugin/selector-bem-pattern */
