File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
portal-ui/src/screens/Console
Buckets/ListBuckets/Objects/ListObjects Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ export const listModeColumns = [
62
62
renderFunction : displayNiceBytes ,
63
63
renderFullObject : true ,
64
64
width : 100 ,
65
- contentTextAlign : "center" ,
66
65
enableSort : true ,
67
66
} ,
68
67
] ;
@@ -87,14 +86,12 @@ export const rewindModeColumns = [
87
86
renderFunction : displayNiceBytes ,
88
87
renderFullObject : true ,
89
88
width : 100 ,
90
- contentTextAlign : "center" ,
91
89
enableSort : true ,
92
90
} ,
93
91
{
94
92
label : "Deleted" ,
95
93
elementKey : "delete_flag" ,
96
94
renderFunction : displayDeleteFlag ,
97
95
width : 60 ,
98
- contentTextAlign : "center" ,
99
96
} ,
100
97
] ;
Original file line number Diff line number Diff line change @@ -204,6 +204,9 @@ const styles = () =>
204
204
alignItems : "center" ,
205
205
outline : "none" ,
206
206
} ,
207
+ ".ReactVirtualized__Table__row" : {
208
+ width : "100% !important" ,
209
+ } ,
207
210
".ReactVirtualized__Table__headerRow" : {
208
211
fontWeight : 700 ,
209
212
fontSize : 14 ,
You can’t perform that action at this time.
0 commit comments