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 { ...@@ -20735,7 +20735,7 @@ ul.sf_date_field .sf-datepicker {
20735 font-weight: 700; 20735 font-weight: 700;
20736 text-decoration: none; 20736 text-decoration: none;
20737 font-size: 16px; 20737 font-size: 16px;
20738 line-height: 20pxs; 20738 line-height: 20px;
20739 display: block; 20739 display: block;
20740 text-transform: none; 20740 text-transform: none;
20741 margin-bottom: 0px; 20741 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 @@ ...@@ -20768,7 +20768,7 @@
20768 $('.badge').show(); 20768 $('.badge').show();
20769 }); 20769 });
20770 if ($(window).width() < 960) { 20770 if ($(window).width() < 960) {
20771 $(".search-result .entry-summary").each(function () { 20771 $(".search-result .entry-summary, .content p").each(function () {
20772 var yourString = $(this).text(); 20772 var yourString = $(this).text();
20773 var maxLength = 160; 20773 var maxLength = 160;
20774 if (yourString.length > maxLength) { 20774 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($) { ...@@ -49,7 +49,7 @@ var Search = (function($) {
49 }) 49 })
50 50
51 if ($(window).width() < 960) { 51 if ($(window).width() < 960) {
52 $( ".search-result .entry-summary" ).each(function() { 52 $( ".search-result .entry-summary, .content p" ).each(function() {
53 var yourString = $(this).text(); 53 var yourString = $(this).text();
54 var maxLength = 160; 54 var maxLength = 160;
55 if (yourString.length > maxLength) { 55 if (yourString.length > maxLength) {
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
48 font-weight: 700; 48 font-weight: 700;
49 text-decoration: none; 49 text-decoration: none;
50 font-size: 16px; 50 font-size: 16px;
51 line-height: 20pxs; 51 line-height: 20px;
52 display: block; 52 display: block;
53 text-transform: none; 53 text-transform: none;
54 margin-bottom: 0px; 54 margin-bottom: 0px;
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.483 5 Version: 1.0.484
6 */ 6 */
7 7
......