Making WordPress.org

Ticket #7391: 7391.1.patch

File 7391.1.patch, 1.5 KB (added by pitamdey, 9 months ago)

After applying this solution the issue is resolved

  • trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css

     
    33213321        margin: 2rem 0;
    33223322}
    33233323
     3324@media (max-width: 736px) {
     3325    .nav-menu .search-form {
     3326        width: 100%;
     3327    }
     3328    .search-form .button-search {
     3329        padding: 4px 14px 0px 14px;
     3330    }
     3331    .site-header:not(.home) .search-form .search-field {
     3332        width: calc(100% - 55px);
     3333    }
     3334}
     3335
    33243336/*--------------------------------------------------------------
    33253337# .helphub-page
    33263338# .page
  • trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css

     
    33233323        margin: 2rem 0;
    33243324}
    33253325
     3326@media (max-width: 736px) {
     3327    .nav-menu .search-form {
     3328        width: 100%;
     3329    }
     3330    .search-form .button-search {
     3331        padding: 4px 14px 0px 14px;
     3332    }
     3333    .site-header:not(.home) .search-form .search-field {
     3334        width: calc(100% - 55px);
     3335    }
     3336}
     3337
    33263338/*--------------------------------------------------------------
    33273339# .helphub-page
    33283340# .page