Fix more and less description on collection page

This commit is contained in:
Fabiano 2018-08-29 11:25:34 -03:00
parent d10d7f1f75
commit 0548e0f02f
1 changed files with 7 additions and 0 deletions

View File

@ -96,13 +96,20 @@
}
&.dotmore {
height: 65px;
margin-bottom: 2rem;
.toggle {
color: #9d9fa0;
white-space: nowrap;
}
&.full-story {
height: auto;
margin-bottom: 1rem;
}
&:not(.ddd-truncated):not(.full-story) {
.toggle {
display: none;
}
}
}
}
}