@@ -157,18 +157,19 @@ export default {
}
.description {
- background-color: #f6f6f6;
- margin-top: 10px;
- border-radius: 8px;
- padding: 5px;
- font-size: 10px;
- color: #777777;
-webkit-line-clamp: 2;
display: -webkit-box;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
- height: 43px;
+ background-color: #f6f6f6;
+ margin-top: 10px;
+ border-radius: 8px;
+ padding-left: 10px;
+ padding-right: 10px;
+ font-size: 10px;
+ color: #777777;
+ height: 33px;
.button {