Making WordPress.org


Ignore:
Timestamp:
07/23/2020 10:48:15 PM (5 years ago)
Author:
coffee2code
Message:

Support theme: Improve responsive styling for profile edit form.

Props rkradadiya, dd32, coffee2code.
Fixes #4935.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss

    r9611 r10094  
    150150}
    151151
    152 #bbpress-forums #bbp-your-profile fieldset label {
    153     white-space: nowrap;
     152@media screen and ( max-width: 782px ) {
     153    #bbpress-forums #bbp-your-profile fieldset {
     154        padding: 0px 20px 30px;
     155    }
     156
     157    #bbpress-forums #bbp-your-profile fieldset label[for] {
     158        text-align: left;
     159        width: 100%;
     160        white-space: inherit;
     161    }
     162
     163    #bbpress-forums #bbp-your-profile fieldset input,
     164    #bbpress-forums #bbp-your-profile fieldset select,
     165    #bbpress-forums #bbp-your-profile fieldset textarea {
     166        width: 100%;
     167    }
    154168}
    155169
Note: See TracChangeset for help on using the changeset viewer.