Ticket #36207: 36207-widgets-and-customizer-widgets.diff
File 36207-widgets-and-customizer-widgets.diff, 982 bytes (added by , 9 years ago) |
---|
-
customize-widgets.css
245 245 #available-widgets .widget .widget-description { 246 246 padding: 0; 247 247 color: #72777c; 248 overflow-wrap: break-word; 249 word-wrap: break-word; 250 -ms-word-break: break-all; 251 word-break: break-word; 252 -ms-hyphens: auto; 253 -moz-hyphens: auto; 254 -webkit-hyphens: auto; 255 hyphens: auto; 248 256 } 249 257 250 258 #customize-preview { -
widgets.css
188 188 display: block; 189 189 padding: 10px 15px; 190 190 font-size: 12px; 191 overflow-wrap: break-word; 192 word-wrap: break-word; 193 -ms-word-break: break-all; 194 word-break: break-word; 195 -ms-hyphens: auto; 196 -moz-hyphens: auto; 197 -webkit-hyphens: auto; 198 hyphens: auto; 191 199 } 192 200 193 201 #available-widgets #widget-list {