@arsedizioni/ars-utils 18.2.239 → 18.2.240

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.
@@ -112,6 +112,12 @@
112
112
  .title {
113
113
  font-size: small !important;
114
114
  line-height: 18px;
115
+ text-decoration: none !important;
116
+ font-weight: normal;
117
+ min-height: unset;
118
+ min-width: unset;
119
+ white-space: unset !important;
120
+ overflow: unset !important;
115
121
  }
116
122
 
117
123
 
@@ -268,8 +274,11 @@
268
274
  .title {
269
275
  text-decoration: none !important;
270
276
  font-size: small !important;
277
+ font-weight: normal;
271
278
  min-height: 72px !important; // 4 lines;
272
- overflow: hidden !important;
279
+ min-width: 100%;
280
+ white-space: unset !important;
281
+ overflow: unset !important;
273
282
  }
274
283
 
275
284