@woosmap/ui 4.79.0 → 4.80.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -247,6 +247,14 @@
|
|
|
247
247
|
line-height $title6 * 1.4 !important
|
|
248
248
|
margin-bottom 2rem
|
|
249
249
|
-webkit-line-clamp 4
|
|
250
|
+
height 11.3rem
|
|
251
|
+
.desc
|
|
252
|
+
height 15.4rem
|
|
253
|
+
text-overflow: ellipsis
|
|
254
|
+
display -webkit-box
|
|
255
|
+
overflow hidden
|
|
256
|
+
-webkit-box-orient: vertical
|
|
257
|
+
-webkit-line-clamp 6
|
|
250
258
|
.wcard
|
|
251
259
|
&__header
|
|
252
260
|
br(0)
|
|
@@ -266,7 +274,7 @@
|
|
|
266
274
|
padding 0 2rem
|
|
267
275
|
flex-grow 1
|
|
268
276
|
&__footer
|
|
269
|
-
padding
|
|
277
|
+
padding 2rem
|
|
270
278
|
&__link
|
|
271
279
|
.btn
|
|
272
280
|
color $primary
|