limit list link style to more reading section

This commit is contained in:
Evan Mullins 2023-05-09 13:48:17 -04:00
parent 86fcec4b36
commit 6803c8b41e
2 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ jQuery(document).ready(function($) {
function navRegisterClick(e){ function navRegisterClick(e){
e.preventDefault(); e.preventDefault();
console.log('register link clicked'); // console.log('register link clicked');
// open login modal and register form // open login modal and register form
$('.lwa-modal-trigger-el').trigger('click'); $('.lwa-modal-trigger-el').trigger('click');
$('.lwa-form').hide(); $('.lwa-form').hide();

View file

@ -5,7 +5,7 @@
Author: Evan Mullins Author: Evan Mullins
Author URI: https://circlecube.com Author URI: https://circlecube.com
Template: twentynineteen Template: twentynineteen
Version: 1.14.2 Version: 1.14.3
License: GNU General Public License v2 or later License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wasmo Text Domain: wasmo
@ -1459,8 +1459,8 @@ figure.wp-block-image.aligncenter img {
margin: 0 auto; margin: 0 auto;
} }
/* crop long links in lists */ /* crop long links in more reading lists */
.entry-content ul li > a { .entry-content .more-reading + ul li > a {
word-wrap: break-word; word-wrap: break-word;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;