aboutsummaryrefslogtreecommitdiff
path: root/vnext/src
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-04-04 16:04:34 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commitea22742a880045c0ad500c65d6988611dbf2bc0b (patch)
tree15420108827ae58a1c77aef2a655ccf2ed4b219a /vnext/src
parent7f5b0fcb8dea585c79d23e27b1e21e72456029e5 (diff)
MessageInput styling
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'