Skip to content
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