@indice/ng-components 0.2.163 → 0.2.164

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.
Files changed (2) hide show
  1. package/_styles.css +1 -1
  2. package/package.json +1 -1
package/_styles.css CHANGED
@@ -3087,7 +3087,7 @@
3087
3087
 
3088
3088
  @layer components {
3089
3089
  .list-view-container {
3090
- @apply flex flex-col border border-gray-200 pb-2;
3090
+ @apply flex flex-col border border-gray-200 mb-2;
3091
3091
  }
3092
3092
 
3093
3093
  .list-view-container-inner {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.2.163",
3
+ "version": "0.2.164",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",