fix
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
11 changed files
with
5 additions
and
5 deletions
| ... | @@ -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; | ... | ... |
-
Please register or sign in to post a comment