Making WordPress.org

Ticket #3527: 3527.patch

File 3527.patch, 542 bytes (added by raajtram, 6 years ago)

Prevent tables from breaking responsiveness

  • wp4.css

     
    22242224                word-wrap: break-word;
    22252225        }
    22262226
     2227        body.wporg-responsive .col-9 {
     2228                overflow: hidden;
     2229        }
     2230
    22272231        body.wporg-responsive .col-2 {
    22282232                position: inherit;
    22292233                width: 100%;
     
    23772381.notification-danger {
    23782382        background: #f2dede;
    23792383}
    2380 /*# sourceMappingURL=wp4.css.map */
    2381  No newline at end of file
     2384/*# sourceMappingURL=wp4.css.map */