@paperless/angular 2.12.13 → 2.12.14

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": "@paperless/angular",
3
- "version": "2.12.13",
3
+ "version": "2.12.14",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.3.0 || ^14.0.0 || ^15.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.3.0 || ^14.0.0 || ^15.0.0",
package/paperless.css CHANGED
@@ -498,6 +498,10 @@
498
498
  transition-duration: 150ms !important
499
499
  }
500
500
 
501
+ .last-of-type\:pr-0:last-of-type {
502
+ padding-right: 0px !important
503
+ }
504
+
501
505
  .group:hover .group-hover\:flex {
502
506
  display: flex !important
503
507
  }