Truncate title of collection.
This commit is contained in:
parent
7ed7160fd2
commit
d374a04454
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue