Skip to content

Commit d05e73e

Browse files
author
Kayla Wilkins
committed
overflow fix for api wrapper, sidebar update, changing span to pre so it will scroll internally
1 parent 4fe371b commit d05e73e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/5_templates/api.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const apiPage = ({ data }) => {
6666
<span className="tag big bold mr-2 uppercase">
6767
{mode}
6868
</span>
69-
<span>https://api.linode.com/v4{n.name}</span>
69+
<pre>https://api.linode.com/v4{n.name}</pre>
7070
</div>
7171
<Markdown
7272
source={m.description}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
}
1919

2020
.api-content-wrapper {
21+
overflow: auto;
2122
}
2223

2324
.main-wrapper {
@@ -122,7 +123,7 @@
122123
}
123124

124125
.list-container {
125-
display: inline-block;
126+
display: block;
126127
margin-bottom: 0;
127128
}
128129

0 commit comments

Comments
 (0)