Bug #22975
closed
PATH_thisScript in the Install Tool, Basic Configuration should have line break
Added by Markus Günther over 14 years ago.
Updated about 6 years ago.
Description
If the Path from PATH_thisScript is longer than the width of the box, the text does not fit in the div.
(issue imported from #M14840)
Files
For other fields in All Configuration the value is cut off and dots are appended.
But we don't want to have this output cut off. Adding a space inbetween might cause problems, when a user wants to copy the string.
Is there any CSS trick which can fix that?
Seems like adding the CSS definition
word-wrap: break-word;
can fix that.
Should also be added for the same line in the part "Clean up".
I cannot reproduce this problem anymore:
- For me the line is broken correctly: That happens either after a "-" or after a slash near the border of the div box.. Tested with FF and IE in TYPO3 4.4.3 and current trunk.
- In Clean up this line is no longer there.
Resolved, no change required.
- Status changed from Resolved to Closed
Also available in: Atom
PDF