Nintex Classic Form Table Formatting

  • 25 February 2020
  • 2 replies
  • 26 views

Hello,

I am trying to replicate functionality from a legacy IBM Notes form inside of Nintex Classic Forms within Office 365. 

 

I am trying to create similiar functionality to the IBM Notes table below.  I am able to functionaly make the table work, however the formatting is off on the choice control.  This formatting problem places the choice in an uncentered way within each row / panel.  See screen shots belows.  

 

Can someone provide me guideance on how to correct this?

 

IBM Notes Table 6570iEF754843970E34FD.png

 

Nintex Classic Table - Formatting Problems

6571i00C0F4EFF80DE168.png

 


2 replies

Badge +7

Hi Jon,


 


The following CSS class can be used to lower or higher the radio buttons to match the row height;


.nf-choice-radio tr { height: YOURHEIGHTinPX; }


 

I could not get this to position right with CSS.  I ended up creating cascading dropdowns.

Reply