Fixed shootId defined as Int rather than String
This commit is contained in:
@@ -488,9 +488,12 @@ function copySummary() {
|
||||
margin: .25rem .5rem .5rem 0;
|
||||
line-height: 1.25;
|
||||
display: -webkit-box;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
overflow: hidden;
|
||||
|
||||
&:not(:active) {
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 2;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.notitle {
|
||||
|
||||
Reference in New Issue
Block a user