Removed custom Flex component

This commit is contained in:
Jori Lallo
2016-08-05 18:44:15 +03:00
parent 6dca99f948
commit 1858082fd6
8 changed files with 16 additions and 52 deletions

View File

@@ -9,7 +9,7 @@ import DocumentEditStore, {
import Switch from 'components/Switch';
import Layout, { Title, HeaderAction, SaveAction } from 'components/Layout';
import Flex from 'components/Flex';
import { Flex } from 'reflexbox';
import AtlasPreviewLoading from 'components/AtlasPreviewLoading';
import CenteredContent from 'components/CenteredContent';
import DropdownMenu, { MenuItem, MoreIcon } from 'components/DropdownMenu';
@@ -131,7 +131,7 @@ class DocumentEdit extends Component {
let titleText = this.store.title;
const actions = (
<Flex direction="row">
<Flex>
<HeaderAction>
<SaveAction
onClick={ this.onSave }