limit list link style to more reading section
This commit is contained in:
parent
86fcec4b36
commit
6803c8b41e
2 changed files with 4 additions and 4 deletions
|
@ -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();
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue