Truncate title of collection.

This commit is contained in:
Fabiano 2018-07-17 14:51:20 -03:00
parent 7ed7160fd2
commit d374a04454
1 changed files with 7 additions and 0 deletions

View File

@ -28,6 +28,13 @@
}
.t-collection--col-9{
margin-left: 1.16666666667%;
h2 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
left: 0;
right: 20vw;
}
@media only screen and (max-width: 1024px){
margin-left: 4.16666666667%;
}