@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.
- package/clipper.ui/ui/clipper.scss +12 -1
- package/esm2022/clipper.ui/ui/browser-dialog/browser-dialog.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/document/document.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/references/references.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/search-facets/search-facets.component.mjs +3 -3
- package/esm2022/clipper.ui/ui/search-result-item/search-result-item.component.mjs +3 -3
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs +10 -10
- package/fesm2022/arsedizioni-ars-utils-clipper.ui.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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
|
-
|
|
280
|
+
min-width: 100%;
|
|
281
|
+
white-space: unset !important;
|
|
282
|
+
overflow: unset !important;
|
|
283
|
+
padding: unset !important;
|
|
273
284
|
}
|
|
274
285
|
|
|
275
286
|
|