@paperless/angular 1.44.0 → 1.44.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "1.44.0",
3
+ "version": "1.44.1",
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
@@ -290,6 +290,10 @@
290
290
  }
291
291
 
292
292
  @media (min-width: 40rem) {
293
+ .tablet\:block {
294
+ display: block !important
295
+ }
296
+
293
297
  .tablet\:flex {
294
298
  display: flex !important
295
299
  }