Fix truncate on description collection

This commit is contained in:
Fabiano Alencar 2018-11-23 09:10:48 -02:00
parent c1ebd06dda
commit 3979bbfac1
2 changed files with 0 additions and 12 deletions

View File

@ -1,11 +1,5 @@
<?php
echo '<style>
.t-bg-collection .t-collection--info .t-collection--info-description-text.tainacan-interface-truncate .toggle::before {
content: "[ ' . __( 'Show more', 'tainacan-interface' ) . ' ]";
}
.t-bg-collection .t-collection--info .t-collection--info-description-text.tainacan-interface-truncate.full-story .toggle::before {
content: "[ ' . __( 'Show less', 'tainacan-interface' ) . ' ]";
}
nav.menu-belowheader #menubelowHeader ul.dropdown-menu {
min-width: 10rem !important;
}';

View File

@ -1,10 +1,4 @@
<?php echo '<style>
.t-bg-collection .t-collection--info .t-collection--info-description-text.tainacan-interface-truncate .toggle::before {
content: "[ ' . __( 'Show more', 'tainacan-interface' ) . ' ]";
}
.t-bg-collection .t-collection--info .t-collection--info-description-text.tainacan-interface-truncate.full-story .toggle::before {
content: "[ ' . __( 'Show less', 'tainacan-interface' ) . ' ]";
}
nav.menu-belowheader #menubelowHeader ul.dropdown-menu {
min-width: 10rem !important;
}