@import '../mixins/mixins.less';

.b(field-text-area, {
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
});
