@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.79.0",
3
+ "version": "4.80.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -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 0 2rem 2rem 2rem
277
+ padding 2rem
270
278
  &__link
271
279
  .btn
272
280
  color $primary