Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust drop-down expiry units list position #86

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
4 changes: 4 additions & 0 deletions assets/css/scss/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,7 @@
#sc_cache_exception_urls {
min-height: 120px;
}

#simple-cache table select {
vertical-align: unset;
}
3 changes: 3 additions & 0 deletions assets/css/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@

#sc_cache_exception_urls {
min-height: 120px; }

#simple-cache table select {
vertical-align: unset; }
2 changes: 1 addition & 1 deletion inc/class-sc-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ public function screen_options() {
$config = SC_Config::factory()->get();

?>
<div class="wrap">
<div class="wrap" id="simple-cache">
<h1><?php esc_html_e( 'Simple Cache Settings', 'simple-cache' ); ?></h1>

<form action="" method="post">
Expand Down