Adjust margin of some components

This commit is contained in:
riggraz
2020-01-05 11:25:38 +01:00
parent d0712663c2
commit 84aa30d0d8
4 changed files with 9 additions and 4 deletions

View File

@@ -144,7 +144,7 @@ class NewPost extends React.Component<Props, State> {
} = this.state;
return (
<div className="newBoardContainer sidebarCard">
<div className="newPostContainer sidebarCard">
<span className="boardTitle">{board.name}</span>
<p><MutedText>{board.description}</MutedText></p>
{