Skip to content

Commit 12443cf

Browse files
author
Kayla Wilkins
authored
Merge pull request linode#5 from linode/DLC-139-followup
DLC-139 Follow up: Responsive Regression Fixes
2 parents d861606 + 2245f52 commit 12443cf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/components/2_molecules/Security.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import React from "react";
33
export const Security = props => {
44
const { oauth } = props;
55
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">
88
<h3 className="mt-0">Authorizations</h3>
99
</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">
1111
<div>personalAccessToken</div>
1212
<div>
1313
<span>oAuth: </span>(<span className="tag tag-light">{oauth}</span>)

src/css/components/4_pages/api-page.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
height: calc(100vh - 64px);
121121
position: fixed;
122122
top: 64px;
123+
width: auto;
123124
}
124125

125126
.list-container {

0 commit comments

Comments
 (0)