@import '../custom.less';
@import './vars.less';

@radio-prefix-cls: ~'@{css-prefix}radio';

@media screen and (max-width: 1280px) {
  .@{radio-prefix-cls} {
    &__label {
      white-space: pre-wrap;
    }
  }
}