diff --git a/assets/stylesheets/translate.css b/assets/stylesheets/translate.css index 6ed19b5..0d54412 100644 --- a/assets/stylesheets/translate.css +++ b/assets/stylesheets/translate.css @@ -4,9 +4,15 @@ */ #translates textarea { - height:47px; + margin: 0 !important; + max-width: 1000px !important; + max-height: 1000px !important; } #translates.ar-AR textarea.translation { direction: rtl; -} \ No newline at end of file +} + +#translates td { + width: 400px; +}