add text wrap to radio option

Let natural white space wrap for long option
This commit is contained in:
Samuel Laulhau 2016-06-13 23:16:26 +02:00 committed by GitHub
parent dcbdc0f0b3
commit e73dfcfea2

View file

@ -34,7 +34,7 @@
ng-disabled="field.disabled"
ng-change="$root.nextField()"/>
<span ng-bind="option.option_value"></span>
<span ng-bind="option.option_value" style="white-space: normal;"></span>
</label>
</div>
</div>