@paperless/angular 1.26.3 → 1.26.5

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": "1.26.3",
3
+ "version": "1.26.5",
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
@@ -139,6 +139,10 @@
139
139
  width: 100% !important
140
140
  }
141
141
 
142
+ .min-w-0 {
143
+ min-width: 0px !important
144
+ }
145
+
142
146
  .max-w-\[20rem\] {
143
147
  max-width: 20rem !important
144
148
  }