@arsedizioni/ars-utils 18.2.239 → 18.2.241

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