diff --git a/js/script.js b/js/script.js index e9b3460..9184cdb 100755 --- a/js/script.js +++ b/js/script.js @@ -17,7 +17,7 @@ jQuery(document).ready(function($) { function navRegisterClick(e){ e.preventDefault(); - console.log('register link clicked'); + // console.log('register link clicked'); // open login modal and register form $('.lwa-modal-trigger-el').trigger('click'); $('.lwa-form').hide(); diff --git a/style.css b/style.css index 683ee2e..f583193 100755 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Author: Evan Mullins Author URI: https://circlecube.com Template: twentynineteen - Version: 1.14.2 + Version: 1.14.3 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: wasmo @@ -1459,8 +1459,8 @@ figure.wp-block-image.aligncenter img { margin: 0 auto; } -/* crop long links in lists */ -.entry-content ul li > a { +/* crop long links in more reading lists */ +.entry-content .more-reading + ul li > a { word-wrap: break-word; overflow: hidden; white-space: nowrap;