From: Steffen Gebert Date: Fri, 17 Dec 2010 09:19:48 +0000 (+0000) Subject: Fixed bug #14564: Width of one text paragraph in the Install Tool is too big (Thanks... X-Git-Tag: TYPO3_4-5-0beta3~106 X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff_plain/0e469569e06224fdd3d3dd32cbbeed9682987a1b Fixed bug #14564: Width of one text paragraph in the Install Tool is too big (Thanks to Marc Wöhlken) git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9816 709f56b5-9817-0410-a4d7-c38de5d9e867 --- diff --git a/ChangeLog b/ChangeLog index 6949f201a950..88ecb744b4cd 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2010-12-17 Steffen Gebert * Fixed bug #16725: Wrong translation markers in Content Element Image (Thanks to Thomas Kieslich) + * Fixed bug #14564: Width of one text paragraph in the Install Tool is too big (Thanks to Marc Wöhlken) 2010-12-17 Francois Suter diff --git a/typo3/sysext/install/Resources/Private/Templates/GenerateConfigForm.html b/typo3/sysext/install/Resources/Private/Templates/GenerateConfigForm.html index 2abaf4d226a2..0a28b23a7733 100644 --- a/typo3/sysext/install/Resources/Private/Templates/GenerateConfigForm.html +++ b/typo3/sysext/install/Resources/Private/Templates/GenerateConfigForm.html @@ -12,7 +12,7 @@
    -
  1. +
  2. ###DESCRIPTION###
  3. diff --git a/typo3/sysext/install/Resources/Public/Stylesheets/install.css b/typo3/sysext/install/Resources/Public/Stylesheets/install.css index e153c8075521..5e79be282f14 100644 --- a/typo3/sysext/install/Resources/Public/Stylesheets/install.css +++ b/typo3/sysext/install/Resources/Public/Stylesheets/install.css @@ -188,6 +188,10 @@ h1, } /* 5: All configuration */ +.t3-install-description { + word-wrap: break-word; + width: 48em; +} /* 6: typo3temp/ */ #t3-install-tempmanagernumbers dt {