File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
site/src/pages/OrganizationSettingsPage Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import {
24
24
Table ,
25
25
TableBody ,
26
26
TableCell ,
27
+ TableHead ,
27
28
TableHeader ,
28
29
TableRow ,
29
30
} from "components/Table/Table" ;
@@ -95,20 +96,20 @@ export const OrganizationMembersPageView: FC<
95
96
< Table >
96
97
< TableHeader >
97
98
< TableRow >
98
- < TableCell width = "33% "> User</ TableCell >
99
- < TableCell width = "33% ">
99
+ < TableHead className = "w-2/6 "> User</ TableHead >
100
+ < TableHead className = "w-2/6 ">
100
101
< Stack direction = "row" spacing = { 1 } alignItems = "center" >
101
102
< span > Roles</ span >
102
103
< TableColumnHelpTooltip variant = "roles" />
103
104
</ Stack >
104
- </ TableCell >
105
- < TableCell width = "33% ">
105
+ </ TableHead >
106
+ < TableHead className = "w-2/6 ">
106
107
< Stack direction = "row" spacing = { 1 } alignItems = "center" >
107
108
< span > Groups</ span >
108
109
< TableColumnHelpTooltip variant = "groups" />
109
110
</ Stack >
110
- </ TableCell >
111
- < TableCell width = "1% " />
111
+ </ TableHead >
112
+ < TableHead className = "w-auto " />
112
113
</ TableRow >
113
114
</ TableHeader >
114
115
< TableBody >
You can’t perform that action at this time.
0 commit comments