@if $include-ext-form-field-checkbox {
.#{$prefix}grid-editor .#{$prefix}form-cb-wrap {
text-align: center;
}
}
@if $include-ext-form-field-display {
.#{$prefix}grid-editor {
.#{$prefix}form-display-field {
margin: 0;
white-space: nowrap;
overflow: hidden;
}
@if $include-ext-grid-column-action {
// include tag name to increase specificity over rules in neutral theme
div.#{$prefix}form-action-col-field {
line-height: 0;
}
}
}
}