aboutsummaryrefslogtreecommitdiff
path: root/vnext/src
diff options
context:
space:
mode:
Diffstat (limited to 'vnext/src')
-rw-r--r--vnext/src/components/MessageInput.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/components/MessageInput.js b/vnext/src/components/MessageInput.js
index 5b603e9a..25d9b6ba 100644
--- a/vnext/src/components/MessageInput.js
+++ b/vnext/src/components/MessageInput.js
@@ -88,13 +88,13 @@ export default class MessageInput extends React.Component {
const commentStyle = {
display: 'flex',
flexDirection: 'column',
+ borderTop: '1px #eee solid',
width: '100%',
marginTop: '10px'
};
const inputBarStyle = {
display: 'flex',
- borderTop: '1px #eee solid',
alignItems: 'center',
justifyContent: 'space-between',
padding: '3px'