@indice/ng-components 0.1.276 → 0.1.277

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 +4 -4
  2. package/package.json +1 -1
package/_styles.css CHANGED
@@ -808,11 +808,11 @@
808
808
  }
809
809
 
810
810
  .list-view-th-full {
811
- @apply w-full px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider whitespace-normal break-all;
811
+ @apply w-full px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider;
812
812
  }
813
813
 
814
814
  .list-view-th-half {
815
- @apply w-full sm:w-1/2 px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider;
815
+ @apply w-full sm:w-1/2 px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider whitespace-normal break-all;
816
816
  }
817
817
 
818
818
  .list-view-tbody {
@@ -832,11 +832,11 @@
832
832
  }
833
833
 
834
834
  .list-view-td-full {
835
- @apply w-full px-6 py-4 whitespace-normal break-all;
835
+ @apply w-full px-6 py-4 whitespace-nowrap;
836
836
  }
837
837
 
838
838
  .list-view-td-half {
839
- @apply w-full sm:w-1/2 px-6 py-4 whitespace-nowrap;
839
+ @apply w-full sm:w-1/2 px-6 py-4 whitespace-normal break-all;
840
840
  }
841
841
 
842
842
  .details-button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.1.276",
3
+ "version": "0.1.277",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",