Problem/Motivation

Text is overlapped on node edit form

Steps to reproduce

Set title to more than 20 words

Proposed resolution

Update css from display:inline to display:inline-block

Comments

_renify_ created an issue. See original summary.

_renify_’s picture

StatusFileSize
new320 bytes
borisr’s picture

The patch works as expected (see the first screenshot).
Example of the provided patch in comment #2

It may also be worth increasing the title width (see the second screenshot).
Example of the provided patch in comment #3

The attached patch contains the changed width form a fixed width to a fluid width.