add vender prefix
This commit is contained in:
parent
8f40c2b7e9
commit
21647c753a
1 changed files with 10 additions and 6 deletions
|
@ -297,10 +297,12 @@ body.search #searchOptions.active, body.help #searchOptions.active, body.error
|
|||
right: 0;
|
||||
}
|
||||
.description {
|
||||
overflow: hidden !important;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 3;
|
||||
-moz-box-orient: vertical;
|
||||
-ms-box-orient: vertical;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 3;
|
||||
display: -webkit-box;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -340,10 +342,12 @@ body.search #searchOptions.active, body.help #searchOptions.active, body.error
|
|||
font-size: 65%;
|
||||
}
|
||||
.description {
|
||||
overflow: hidden !important;
|
||||
display: -webkit-box;
|
||||
-webkit-line-clamp: 3;
|
||||
-moz-box-orient: vertical;
|
||||
-ms-box-orient: vertical;
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-line-clamp: 3;
|
||||
display: -webkit-box;
|
||||
overflow: hidden !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue