1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-14 02:32:48 +00:00

fixed padding overflow

This commit is contained in:
2017-02-04 04:47:37 +00:00
parent 434d339333
commit 00f0ae294c
7 changed files with 20 additions and 19 deletions

View File

@@ -8,7 +8,7 @@ export default class Wrapper extends React.Component {
render() {
return (
<div className="Content">
<div>
<Navbar/>
<div>
{this.props.children}