| @@ -126,19 +126,19 @@ | ||
| 126 | 126 | |
| 127 | 127 | &-title { |
| 128 | 128 | font-size: 22px; |
| 129 | 129 | font-weight: 700; |
| 130 | - margin: 0 0 0 44px; | |
| 130 | + margin: 0; | |
| 131 | 131 | } |
| 132 | 132 | |
| 133 | 133 | &-description { |
| 134 | 134 | font-size: 16px; |
| 135 | 135 | display: -webkit-box; |
| 136 | - -webkit-line-clamp: 2; | |
| 137 | - -webkit-box-orient: vertical; | |
| 138 | - overflow: hidden; | |
| 139 | - text-overflow: ellipsis; | |
| 140 | - cursor: pointer; | |
| 136 | + //-webkit-line-clamp: 2; | |
| 137 | + //-webkit-box-orient: vertical; | |
| 138 | + //overflow: hidden; | |
| 139 | + //text-overflow: ellipsis; | |
| 140 | + //cursor: pointer; | |
| 141 | 141 | margin: 0; |
| 142 | 142 | |
| 143 | 143 | &.is-open { |
| 144 | 144 | overflow: visible; |