Project

General

Profile

Actions

Bug #75977

closed

Textarea for imageMagick Commands is to small

Added by Stephan Bauer almost 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2016-04-29
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

With this patch the textarea will use full width:

--- InstallTool.css    2016-04-29 00:50:58.000000000 +0200
+++ InstallTool.css.neu    2016-04-29 00:46:26.000000000 +0200
@@ -8191,6 +8191,10 @@
 table.t3-install-displaytwinimageimages tr > td {
   padding-right: 20px;
 }
+.t3-install-displaytwinimagetextarea textarea {
+  width: 100%;
+  min-height: 150px;
+}
 .nav-pills > li > a {
   border-radius: 0;
 }

Actions

Also available in: Atom PDF