Skip to main content
Nintex Community Menu Bar
Question

CSS rendering differently

  • July 10, 2024
  • 1 reply
  • 11 views

Forum|alt.badge.img+14

The inline css is rendering differently. I am trying to make a button take up the full length.

.ui-button { width: 100%;
margin: 0px 100% 4px 4px;
font-size: inherit;
text-align: left;
}

The top “Edit” is a button. The second is “Header”. “Send Email” is a Template.

In firefox it renders correctly

In Chrome it still looks like

1 reply

Forum|alt.badge.img+4

try by adding “display” property with “block” value. {display:block}