Make WordPress Core

Ticket #34991: 34991.2.patch

File 34991.2.patch, 905 bytes (added by rishishah, 8 years ago)
  • trunk/wp-admin/css/common.css

     
    18841884        overflow: auto;
    18851885}
    18861886
     1887.typographic-text-wrap {
     1888    max-width: 780px;
     1889}
     1890
    18871891.help-tab-content {
    18881892        display: none;
    18891893        margin: 0 22px 12px 0;
  • trunk/wp-admin/includes/class-wp-screen.php

     
    824824                                        </div>
    825825                                        <?php endif; ?>
    826826
    827                                         <div class="contextual-help-tabs-wrap">
     827                                        <div class="contextual-help-tabs-wrap typographic-text-wrap">
    828828                                                <?php
    829829                                                $classes = 'help-tab-content active';
    830830                                                foreach ( $this->get_help_tabs() as $tab ):