| | 794 | @media screen and (max-width: 782px) { |
| | 795 | /* Default widgets non-wrapping labels. */ |
| | 796 | .widgets-holder-wrap .widget-inside label { |
| | 797 | margin: 0.25em 0 0.5em; |
| | 798 | display: inline-block; |
| | 799 | } |
| | 800 | |
| | 801 | /* |
| | 802 | * Default widgets now use a non-wrapping label. Custom widgets may still use |
| | 803 | * a wrapping one. This makes sure the wrapping label of the title inputs always |
| | 804 | * takes all the available width. Assumes all the title input labels `for` |
| | 805 | * attributes end with `title`. |
| | 806 | */ |
| | 807 | .widgets-holder-wrap .widget-inside label[for$="title"] { |
| | 808 | display: inline; |
| | 809 | } |
| | 810 | } |
| | 811 | |