Changeset 10094 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/style-original.scss
- Timestamp:
- 07/23/2020 10:48:15 PM (5 years ago)
- 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 150 150 } 151 151 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 } 154 168 } 155 169
Note: See TracChangeset
for help on using the changeset viewer.