Fix more and less description on collection page
This commit is contained in:
parent
d10d7f1f75
commit
0548e0f02f
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue