Skip to main content
Nintex Community Menu Bar

Issue: Button control on the Nintex forms doesn't visible completely

  • July 15, 2019
  • 1 reply
  • 24 views

Forum|alt.badge.img

There is custom branding solution applied to our SharePoint 2013 on-prem site. When I create a Nintex form, the button controls in Nintex doesn't visible completely (please see below screenshot 1).

I tried to modify custom solution CSS and this seems to resolve the Nintex button issue but it is causing OOTB SharePoint button controls to appear small (please see screenshot 2).

Screenshot 1: 

3146i3E237B1445E6E544.png

 

Screenshot 2:

3147i6ED3FD7A24E7DAF3.png

Below is the CSS class which I have added to Custom solution (ref: Screenshot 2):

nf-filler-control-inner, input[type=button], input[type=submit], input[type=reset]
{
padding-left:1em !important;
padding-right:1em !important;
padding-top: 0em !important;
padding-bottom:0em !important;
margin: 0 0 0 0 !important;
}

1 reply

Forum|alt.badge.img+14
  • Scholar
  • July 17, 2019

doesn't it help if you design them larger?