• Amit Kumar 204
  • NEWBIE
  • 5 Points
  • Member since 2015
  • Front End Developer
  • Mirketa Inc

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I'm not sure how to align the radio button text. My VF code and the output are as below . The itemlable text aligns under the radio button if its too long. I need text to align under text and  not under radio button. Any suggestions ?

Thanks.
 
<apex:selectRadio value="{!searchCategory}"  style="width:350px;" layout="pageDirection" id="theRadio" >
    <apex:selectOption itemValue="Accepted" itemlabel=" I acceptI acceptI acceptI acceptI acceptI acceptI acceptI acceptI acceptI acceptI accept"  />
    <apex:selectOption itemValue="Declined" itemlabel=" I decline this invitation"/>
     
</apex:selectRadio>
User-added image
 
  • January 15, 2015
  • Like
  • 0