Fix missing padding before "Return" link in My Files
This commit is contained in:
parent
1894f833a5
commit
6db7551911
1 changed files with 2 additions and 0 deletions
|
@ -120,7 +120,9 @@ var MyFilesPage = React.createClass({
|
||||||
return (
|
return (
|
||||||
<main>
|
<main>
|
||||||
<h1>My files</h1>
|
<h1>My files</h1>
|
||||||
|
<section>
|
||||||
{content}
|
{content}
|
||||||
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<Link href="/" label="<< Return" />
|
<Link href="/" label="<< Return" />
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Add table
Reference in a new issue