diff options
Diffstat (limited to 'views/failsafe/pageshells')
-rw-r--r-- | views/failsafe/pageshells/pageshell.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/views/failsafe/pageshells/pageshell.php b/views/failsafe/pageshells/pageshell.php index 7e9893e73..6cbefcdaf 100644 --- a/views/failsafe/pageshells/pageshell.php +++ b/views/failsafe/pageshells/pageshell.php @@ -82,6 +82,8 @@ header('Content-type: text/html; charset=utf-8'); width:220px; } textarea { + width: 100%; + height: 100%; font: 120% Arial, Helvetica, sans-serif; border: solid 1px #cccccc; padding: 5px; @@ -151,4 +153,4 @@ header('Content-type: text/html; charset=utf-8'); </p> </div> </body> -</html>
\ No newline at end of file +</html> |