@indice/ng-components 0.2.119 → 0.2.120
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/_styles.css +6 -6
- package/package.json +1 -1
package/_styles.css
CHANGED
|
@@ -818,15 +818,15 @@
|
|
|
818
818
|
}
|
|
819
819
|
|
|
820
820
|
.list-view-th {
|
|
821
|
-
@apply px-
|
|
821
|
+
@apply px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider;
|
|
822
822
|
}
|
|
823
823
|
|
|
824
824
|
.list-view-th-full {
|
|
825
|
-
@apply w-full px-
|
|
825
|
+
@apply w-full px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider whitespace-normal break-words;
|
|
826
826
|
}
|
|
827
827
|
|
|
828
828
|
.list-view-th-half {
|
|
829
|
-
@apply w-full sm:w-1/2 px-
|
|
829
|
+
@apply w-full sm:w-1/2 px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider whitespace-normal break-words;
|
|
830
830
|
}
|
|
831
831
|
|
|
832
832
|
.list-view-tbody {
|
|
@@ -842,15 +842,15 @@
|
|
|
842
842
|
}
|
|
843
843
|
|
|
844
844
|
.list-view-td {
|
|
845
|
-
@apply px-
|
|
845
|
+
@apply px-4 py-4 whitespace-nowrap;
|
|
846
846
|
}
|
|
847
847
|
|
|
848
848
|
.list-view-td-full {
|
|
849
|
-
@apply w-full px-
|
|
849
|
+
@apply w-full px-4 py-4 break-all;
|
|
850
850
|
}
|
|
851
851
|
|
|
852
852
|
.list-view-td-half {
|
|
853
|
-
@apply w-full sm:w-1/2 px-
|
|
853
|
+
@apply w-full sm:w-1/2 px-4 py-4 whitespace-normal break-words;
|
|
854
854
|
}
|
|
855
855
|
|
|
856
856
|
.details-button {
|