Bug #22975
closedPATH_thisScript in the Install Tool, Basic Configuration should have line break
0%
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
Updated by Chris topher over 14 years ago
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?
Updated by Chris topher over 14 years ago
Seems like adding the CSS definition
word-wrap: break-word;
can fix that.
Updated by Chris topher over 14 years ago
Should also be added for the same line in the part "Clean up".
Updated by Chris topher about 14 years ago
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.