Unnecessary Page Title word wrap on TItle

<skuidpage unsavedchangeswarning="yes">

Record Types

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: