Fix truncate on description collection
This commit is contained in:
parent
c1ebd06dda
commit
3979bbfac1
|
@ -1,11 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
echo '<style>
|
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 {
|
nav.menu-belowheader #menubelowHeader ul.dropdown-menu {
|
||||||
min-width: 10rem !important;
|
min-width: 10rem !important;
|
||||||
}';
|
}';
|
||||||
|
|
|
@ -1,10 +1,4 @@
|
||||||
<?php echo '<style>
|
<?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 {
|
nav.menu-belowheader #menubelowHeader ul.dropdown-menu {
|
||||||
min-width: 10rem !important;
|
min-width: 10rem !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue