f421d44d by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 56450807
......@@ -17665,7 +17665,7 @@ ul.sf_date_field .sf-datepicker {
width: 3rem !important;
}
:lang(fr-FR) .search-box .sf-field-submit input[name=_sf_submit] {
font-size: 0.9rem;
font-size: 0.9rem !important;
height: 3rem !important;
width: 3rem !important;
}
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -43,7 +43,7 @@ defined( 'ABSPATH' ) || exit;
printf(
'<p>%s<p>',
esc_html__( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'understrap' )
esc_html__( 'It seems we can&rsquo;t find what you&rsquo;re looking for.', 'understrap' )
);
get_search_form();
......
......@@ -1097,7 +1097,7 @@ ul.sf_date_field {
}
.search-box .sf-field-submit input[name=_sf_submit]{
font-size: 0.9rem;
font-size: 0.9rem !important;
height: 3rem !important;
width: 3rem !important;
}
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.19
Version: 1.0.20
*/
\ No newline at end of file
......