diff --git a/app/components/settings/_partials/invoice/Other.jsx b/app/components/settings/_partials/invoice/Other.jsx
index ae1b9f93..d91f3d62 100644
--- a/app/components/settings/_partials/invoice/Other.jsx
+++ b/app/components/settings/_partials/invoice/Other.jsx
@@ -3,6 +3,11 @@ import PropTypes from 'prop-types';
const moment = require('moment');
import { Row, Field, Header, Part } from '../../../shared/Part';
+import styled from 'styled-components';
+
+const ExportDir = styled.div`
+ display: flex;
+`;
function Other({
dateFormat,
@@ -20,9 +25,8 @@ function Other({
-
+
-
+