Skip to main content
Nintex Community Menu Bar

Theme Composer: Configure Row Action Styling

  • July 8, 2024
  • 1 reply
  • 2 views

Forum|alt.badge.img+2

Hi, I’d like to be able to modify the size, padding, etc of the Row Action icons in a table.

This would solve these issues: 
https://community.skuid.com/t/make-row-action-icons-smaller 
and https://community.skuid.com/t/shrink-table-row-height

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+17
  • Nintex Employee
  • July 8, 2024

At this point you can theme the row height.  But to adjust the icon size etc,  you have to the custom CSS route. 

Add a css resource that looks something like this. 

.nx-skootable-buttonicon-visible {
       font-size: 1.5em;
       padding: 25px;
}