@ansiversa/components 0.0.77 → 0.0.78

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": "@ansiversa/components",
3
- "version": "0.0.77",
3
+ "version": "0.0.78",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -386,6 +386,10 @@
386
386
  .av-hide-sm {
387
387
  display: none !important;
388
388
  }
389
+
390
+ .av-navbar-actions {
391
+ padding-right: 0.5rem;
392
+ }
389
393
  }
390
394
 
391
395
  /* Admin list page (generic) ------------------------------------------ */