Search code examples
extjs4.1radiobuttonlist

How to wrap long radiobutton label in extjs


Long Label in a RadioButton

My above radion button wraps the label, but it is not aligned properly. It should align right below the first text on the top. Is there a config I have to set inorder for the labels to wrap correctly.


Solution

  • Im pretty sure there is no config to do this. Only reasonable way is by fiddling with CSS - How to align checkboxes and their labels consistently cross-browsers

    +In current version (4.2.1.), there is a bug, which wraps whole label text under the radio (see here).