0ae9646c by Jeff Balicki

fix

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 73a89c5c
......@@ -20735,7 +20735,7 @@ ul.sf_date_field .sf-datepicker {
font-weight: 700;
text-decoration: none;
font-size: 16px;
line-height: 20pxs;
line-height: 20px;
display: block;
text-transform: none;
margin-bottom: 0px;
......
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.
......@@ -20768,7 +20768,7 @@
$('.badge').show();
});
if ($(window).width() < 960) {
$(".search-result .entry-summary").each(function () {
$(".search-result .entry-summary, .content p").each(function () {
var yourString = $(this).text();
var maxLength = 160;
if (yourString.length > maxLength) {
......
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.
......@@ -49,7 +49,7 @@ var Search = (function($) {
})
if ($(window).width() < 960) {
$( ".search-result .entry-summary" ).each(function() {
$( ".search-result .entry-summary, .content p" ).each(function() {
var yourString = $(this).text();
var maxLength = 160;
if (yourString.length > maxLength) {
......
......@@ -48,7 +48,7 @@
font-weight: 700;
text-decoration: none;
font-size: 16px;
line-height: 20pxs;
line-height: 20px;
display: block;
text-transform: none;
margin-bottom: 0px;
......
......@@ -2,6 +2,6 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.483
Version: 1.0.484
*/
......