Skip to main content
Nintex Community Menu Bar
Question

Unnecessary Page Title word wrap on TItle

  • July 10, 2024
  • 1 reply
  • 2 views

Forum|alt.badge.img+20

<skuidpage unsavedchangeswarning="yes">

Record Types

1 reply

Forum|alt.badge.img+4

I found the cause of this. I’d label this as another bug with the default skuid theme. It really shouldn’t break the very last word of the title off by itself, especially in the case of a really long title name it look like this: (where “dfg” gets wrapped to the next line)

Yet it really should just be like the following:

So here’s the change I made:

.nx-template {
     word-break: normal; /\* instead of word-break: break-word \*/
}

And now the proof that it behaves the same as before should the size of the title change: