File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ import React from "react";
3
3
export const Security = props => {
4
4
const { oauth } = props ;
5
5
return (
6
- < div className = "md:flex md:items-start mt-4" >
7
- < div className = "sm-full md-1/4" >
6
+ < div className = "md:flex md:items-start -mx-2 mt-4" >
7
+ < div className = "sm-full md-1/4 px-2 " >
8
8
< h3 className = "mt-0" > Authorizations</ h3 >
9
9
</ div >
10
- < div className = "sm-full md:flex md:flex-col md-3/4" >
10
+ < div className = "sm-full md:flex md:flex-col md-3/4 px-2 " >
11
11
< div > personalAccessToken</ div >
12
12
< div >
13
13
< span > oAuth: </ span > (< span className = "tag tag-light" > { oauth } </ span > )
Original file line number Diff line number Diff line change 120
120
height : calc (100vh - 64px );
121
121
position : fixed;
122
122
top : 64px ;
123
+ width : auto;
123
124
}
124
125
125
126
.list-container {
You can’t perform that action at this time.
0 commit comments