Skip to content

Commit

Permalink
Add word wrap in export option heading-2 (H2)
Browse files Browse the repository at this point in the history
Patch phpmyadmin#13745
Signed-off-by: Anant Jain <anantjain60@gmail.com>
  • Loading branch information
anantjain6 committed Oct 16, 2017
1 parent d13c7bf commit cb1b75a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/pmahomme/css/common.css.php
Expand Up @@ -1994,6 +1994,10 @@
vertical-align: middle;
}

.exportoptions h2 {
word-wrap: break-word;
}

.exportoptions h3,
.importoptions h3 {
border-bottom: 1px #999 solid;
Expand Down

0 comments on commit cb1b75a

Please sign in to comment.