Making WordPress.org

Ticket #7400: 7400.patch

File 7400.patch, 2.0 KB (added by pitamdey, 11 months ago)

After applying this solution the issue is resolved

  • trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-learn-2020/css/vendor/_legacy-styles.scss

     
    42404240        margin-top: 1rem;
    42414241}
    42424242
     4243@media (max-width: 768px) {
     4244        .bbp-view .review-ratings .col-3 {
     4245                width: 40%;
     4246        }
     4247       
     4248        .bbp-view .review-ratings .col-5 {
     4249                width: 55%;
     4250        }
     4251}
     4252
    42434253@media (max-width: 499px) {
    42444254        .bbp-view .review-ratings {
    42454255                flex-direction: column-reverse;
  • trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style-rtl.css

     
    46884688        margin-top: 1rem;
    46894689}
    46904690
     4691@media (max-width: 768px) {
     4692        .bbp-view .review-ratings .col-3 {
     4693                width: 40%;
     4694        }
     4695       
     4696        .bbp-view .review-ratings .col-5 {
     4697                width: 55%;
     4698        }
     4699}
     4700
    46914701@media (max-width: 499px) {
    46924702        .bbp-view .review-ratings {
    46934703                flex-direction: column-reverse;
  • trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/style.css

     
    46904690        margin-top: 1rem;
    46914691}
    46924692
     4693@media (max-width: 768px) {
     4694        .bbp-view .review-ratings .col-3 {
     4695                width: 40%;
     4696        }
     4697       
     4698        .bbp-view .review-ratings .col-5 {
     4699                width: 55%;
     4700        }
     4701}
     4702
    46934703@media (max-width: 499px) {
    46944704        .bbp-view .review-ratings {
    46954705                flex-direction: column-reverse;