Skip to main content
Nintex Community Menu Bar
Solved

Remove spaces between Radiobutton List values

  • July 11, 2017
  • 1 reply
  • 4 views
  • Translate

Hi All,

 

is there a way to remove some spaces between the radiobutton list values?

 

13547i8FAC91584BB5E1D7.png

Thanks

Best answer by Albarghouthy

Hi TTN,


 


The display type is set to 'Table', you just need a script to change it to 'Block'.


 


Add a data lable to your view/form and set the following script as an expression:


 


 


<script type="text/javascript">$(document).ready(function(){

$('.stack-container').css({"display": "block"});

});

Hope that helps


 

View original
Did this topic help you find an answer to your question?

1 reply

Albarghouthy
Forum|alt.badge.img+16
  • Scholar
  • 741 replies
  • Answer
  • July 12, 2017

Hi TTN,


 


The display type is set to 'Table', you just need a script to change it to 'Block'.


 


Add a data lable to your view/form and set the following script as an expression:


 


 


<script type="text/javascript">$(document).ready(function(){

$('.stack-container').css({"display": "block"});

});

Hope that helps


 

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings