Removed line clamping from scene and movie titles.
This commit is contained in:
@@ -538,6 +538,8 @@ function copySummary() {
|
||||
.title {
|
||||
margin: .25rem .5rem .5rem 0;
|
||||
line-height: 1.25;
|
||||
|
||||
/*
|
||||
display: -webkit-box;
|
||||
|
||||
&:not(:active) {
|
||||
@@ -545,6 +547,7 @@ function copySummary() {
|
||||
-webkit-line-clamp: 2;
|
||||
overflow: hidden;
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
.notitle {
|
||||
|
||||
Reference in New Issue
Block a user