@ansiversa/components 0.0.61 → 0.0.63

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.61",
3
+ "version": "0.0.63",
4
4
  "description": "Shared UI components and layouts for the Ansiversa ecosystem",
5
5
  "type": "module",
6
6
  "exports": {
@@ -277,6 +277,11 @@
277
277
  padding: 0.75rem 0;
278
278
  }
279
279
 
280
+ .av-faq-admin__section {
281
+ padding-top: 1rem;
282
+ padding-bottom: 1.25rem;
283
+ }
284
+
280
285
  .av-faq-admin__title {
281
286
  font-size: 1.5rem;
282
287
  }
@@ -295,7 +300,7 @@
295
300
  .av-faq-admin__crumbwrap {
296
301
  display: grid;
297
302
  gap: 0.25rem;
298
- padding-top: 0.25rem;
303
+ padding-top: 0;
299
304
  }
300
305
 
301
306
  .av-faq-admin__count {