cl01/wp-content/plugins/recent-posts-widget-with-thumbnails/admin.css
2025-02-24 12:39:24 +08:00

6 lines
292 B
CSS
Executable File

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