From cb1b75a894dd8fcdc97368ded0b7a6a25c1cce92 Mon Sep 17 00:00:00 2001 From: Anant Jain Date: Mon, 16 Oct 2017 09:37:36 +0530 Subject: [PATCH] Add word wrap in export option heading-2 (H2) Patch #13745 Signed-off-by: Anant Jain --- themes/pmahomme/css/common.css.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 02c4ed5783bb..3202bf02b6a2 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -1994,6 +1994,10 @@ vertical-align: middle; } +.exportoptions h2 { + word-wrap: break-word; +} + .exportoptions h3, .importoptions h3 { border-bottom: 1px #999 solid;