@patternfly/patternfly 4.166.0 → 4.166.1
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.
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
.pf-c-table .pf-c-table__icon,
|
|
473
473
|
.pf-c-table .pf-m-fit-content {
|
|
474
474
|
--pf-c-table--cell--MinWidth: fit-content;
|
|
475
|
-
--pf-c-table--cell--MaxWidth:
|
|
475
|
+
--pf-c-table--cell--MaxWidth: none;
|
|
476
476
|
--pf-c-table--cell--Width: 1%;
|
|
477
477
|
--pf-c-table--cell--Overflow: visible;
|
|
478
478
|
--pf-c-table--cell--TextOverflow: clip;
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
.pf-c-table__icon,
|
|
580
580
|
.pf-m-fit-content {
|
|
581
581
|
--pf-c-table--cell--MinWidth: fit-content;
|
|
582
|
-
--pf-c-table--cell--MaxWidth:
|
|
582
|
+
--pf-c-table--cell--MaxWidth: none;
|
|
583
583
|
--pf-c-table--cell--Width: 1%;
|
|
584
584
|
--pf-c-table--cell--Overflow: visible;
|
|
585
585
|
--pf-c-table--cell--TextOverflow: clip;
|
package/package.json
CHANGED
package/patternfly-no-reset.css
CHANGED
|
@@ -24439,7 +24439,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
24439
24439
|
.pf-c-table .pf-c-table__icon,
|
|
24440
24440
|
.pf-c-table .pf-m-fit-content {
|
|
24441
24441
|
--pf-c-table--cell--MinWidth: fit-content;
|
|
24442
|
-
--pf-c-table--cell--MaxWidth:
|
|
24442
|
+
--pf-c-table--cell--MaxWidth: none;
|
|
24443
24443
|
--pf-c-table--cell--Width: 1%;
|
|
24444
24444
|
--pf-c-table--cell--Overflow: visible;
|
|
24445
24445
|
--pf-c-table--cell--TextOverflow: clip;
|
package/patternfly.css
CHANGED
|
@@ -24561,7 +24561,7 @@ svg.pf-c-spinner.pf-m-xl {
|
|
|
24561
24561
|
.pf-c-table .pf-c-table__icon,
|
|
24562
24562
|
.pf-c-table .pf-m-fit-content {
|
|
24563
24563
|
--pf-c-table--cell--MinWidth: fit-content;
|
|
24564
|
-
--pf-c-table--cell--MaxWidth:
|
|
24564
|
+
--pf-c-table--cell--MaxWidth: none;
|
|
24565
24565
|
--pf-c-table--cell--Width: 1%;
|
|
24566
24566
|
--pf-c-table--cell--Overflow: visible;
|
|
24567
24567
|
--pf-c-table--cell--TextOverflow: clip;
|