@paperless/angular 2.6.0 → 2.6.1
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/esm2020/lib/modules/table/components/table-cell/table-cell.component.mjs +3 -3
- package/fesm2015/paperless-angular.mjs +2 -2
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +2 -2
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/paperless.css +16 -4
package/package.json
CHANGED
package/paperless.css
CHANGED
|
@@ -156,10 +156,6 @@
|
|
|
156
156
|
width: 100% !important
|
|
157
157
|
}
|
|
158
158
|
|
|
159
|
-
.min-w-0 {
|
|
160
|
-
min-width: 0px !important
|
|
161
|
-
}
|
|
162
|
-
|
|
163
159
|
.flex-1 {
|
|
164
160
|
flex: 1 1 0% !important
|
|
165
161
|
}
|
|
@@ -264,6 +260,10 @@
|
|
|
264
260
|
overflow-x: auto !important
|
|
265
261
|
}
|
|
266
262
|
|
|
263
|
+
.text-ellipsis {
|
|
264
|
+
text-overflow: ellipsis !important
|
|
265
|
+
}
|
|
266
|
+
|
|
267
267
|
.rounded {
|
|
268
268
|
border-radius: 0.25rem !important
|
|
269
269
|
}
|
|
@@ -280,6 +280,18 @@
|
|
|
280
280
|
padding-right: 1rem !important
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
+
.text-center {
|
|
284
|
+
text-align: center !important
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.text-start {
|
|
288
|
+
text-align: start !important
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.text-end {
|
|
292
|
+
text-align: end !important
|
|
293
|
+
}
|
|
294
|
+
|
|
283
295
|
.font-semibold {
|
|
284
296
|
font-weight: 600 !important
|
|
285
297
|
}
|