File tree Expand file tree Collapse file tree 1 file changed +18
-19
lines changed
site/src/pages/DeploySettingsPage/OAuth2AppsSettingsPage Expand file tree Collapse file tree 1 file changed +18
-19
lines changed Original file line number Diff line number Diff line change @@ -42,28 +42,27 @@ const OAuth2AppsSettingsPageView: FC<OAuth2AppsSettingsProps> = ({
42
42
direction = "row"
43
43
justifyContent = "space-between"
44
44
>
45
- < Header
46
- title = "OAuth2 Applications"
47
- description = "Configure applications to use Coder as an OAuth2 provider."
48
- />
49
-
50
- < Badges >
51
- { isEntitled ? < EntitledBadge /> : < DisabledBadge /> }
52
- < EnterpriseBadge />
53
- </ Badges >
45
+ < div >
46
+ < Header
47
+ title = "OAuth2 Applications"
48
+ description = "Configure applications to use Coder as an OAuth2 provider."
49
+ />
50
+ < Badges >
51
+ { isEntitled ? < EntitledBadge /> : < DisabledBadge /> }
52
+ < EnterpriseBadge />
53
+ </ Badges >
54
+ </ div >
54
55
55
- < Stack direction = "row" spacing = { 2 } >
56
- < Button
57
- component = { Link }
58
- to = "/deployment/oauth2-provider/apps/add"
59
- startIcon = { < AddIcon /> }
60
- >
61
- Add application
62
- </ Button >
63
- </ Stack >
56
+ < Button
57
+ component = { Link }
58
+ to = "/deployment/oauth2-provider/apps/add"
59
+ startIcon = { < AddIcon /> }
60
+ >
61
+ Add application
62
+ </ Button >
64
63
</ Stack >
65
64
66
- < TableContainer >
65
+ < TableContainer css = { { marginTop : 32 } } >
67
66
< Table >
68
67
< TableHead >
69
68
< TableRow >
You can’t perform that action at this time.
0 commit comments