@patternfly/patternfly 4.224.3 → 4.224.4

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.
@@ -783,10 +783,6 @@
783
783
  vertical-align: middle;
784
784
  }
785
785
 
786
- .pf-c-table__action {
787
- text-align: right;
788
- }
789
-
790
786
  .pf-c-table__inline-edit-action {
791
787
  --pf-c-table--cell--PaddingLeft: 0;
792
788
  --pf-c-table--cell--PaddingRight: 0;
@@ -1010,10 +1010,6 @@
1010
1010
  vertical-align: middle;
1011
1011
  }
1012
1012
 
1013
- .pf-c-table__action {
1014
- text-align: right;
1015
- }
1016
-
1017
1013
  // Inline edit
1018
1014
  .pf-c-table__inline-edit-action {
1019
1015
  --pf-c-table--cell--PaddingLeft: 0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "4.224.3",
4
+ "version": "4.224.4",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -28815,10 +28815,6 @@ svg.pf-c-spinner.pf-m-xl {
28815
28815
  vertical-align: middle;
28816
28816
  }
28817
28817
 
28818
- .pf-c-table__action {
28819
- text-align: right;
28820
- }
28821
-
28822
28818
  .pf-c-table__inline-edit-action {
28823
28819
  --pf-c-table--cell--PaddingLeft: 0;
28824
28820
  --pf-c-table--cell--PaddingRight: 0;
package/patternfly.css CHANGED
@@ -28942,10 +28942,6 @@ svg.pf-c-spinner.pf-m-xl {
28942
28942
  vertical-align: middle;
28943
28943
  }
28944
28944
 
28945
- .pf-c-table__action {
28946
- text-align: right;
28947
- }
28948
-
28949
28945
  .pf-c-table__inline-edit-action {
28950
28946
  --pf-c-table--cell--PaddingLeft: 0;
28951
28947
  --pf-c-table--cell--PaddingRight: 0;