summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/css/l10n_client.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/gallery/css/l10n_client.css b/modules/gallery/css/l10n_client.css
index 3771c049..053b4432 100644
--- a/modules/gallery/css/l10n_client.css
+++ b/modules/gallery/css/l10n_client.css
@@ -184,7 +184,9 @@
}
#l10n-client-string-editor .translation {
- overflow:hidden;
+ overflow-y:auto;
+ overflow-x: hidden;
+ height: 20em;
width:49%;
float: right;
}