|
1
|
/* categories selection box */ |
|
2
|
#wpcontent form div.widget-content p select.rpwwt-cat-select { |
|
3
|
width: 100%; /* set to full width */ |
|
4
|
max-width: 100%; /* maximize to full width if entries are longer than 100% width */ |
|
5
|
height: auto; /* overwrite height set by responsive WP admin css */ |
|
6
|
}
|