silence warning about line clamping
This commit is contained in:
parent
3e22b09106
commit
59c3c3381c
1 changed files with 1 additions and 0 deletions
|
@ -197,6 +197,7 @@ export default class Channel extends Vue {
|
|||
.title {
|
||||
margin: .25em 1em;
|
||||
display: -webkit-box;
|
||||
/*noinspection CssUnknownProperty*/
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in a new issue