Added class to table on create post or page

This commit is contained in:
Fabiano 2018-08-29 16:40:00 -03:00
parent 6c440840cf
commit b268d3d0f1
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ jQuery(document).ready(function( $ ) {
*/
$('#comments ul.children').addClass('align-children');
$('.tainacan-single-post .tainacan-content table').addClass('table table-borderless');
/**
* Add the icon on previous and next pagination in comment list
*/