about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/getting_started/index.jsx
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-03-30 15:07:27 +0200
committerEugen Rochko <eugen@zeonfederated.com>2017-03-30 15:07:27 +0200
commit30964350b2ce3e2639e38fb25acf268c065b0bc5 (patch)
tree328a69859cf55572899d673ddc40fa598b23ac46 /app/assets/javascripts/components/features/getting_started/index.jsx
parent35933167c0c84033d062a6cc73213fc4c222e4d3 (diff)
parentde22c202f5e103f433926c763fc3ae179d5976ad (diff)
Merge branch 'master' into development
Diffstat (limited to 'app/assets/javascripts/components/features/getting_started/index.jsx')
-rw-r--r--app/assets/javascripts/components/features/getting_started/index.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/components/features/getting_started/index.jsx b/app/assets/javascripts/components/features/getting_started/index.jsx
index 846e4f53b..6f9e988ba 100644
--- a/app/assets/javascripts/components/features/getting_started/index.jsx
+++ b/app/assets/javascripts/components/features/getting_started/index.jsx
@@ -41,7 +41,7 @@ const GettingStarted = ({ intl, me }) => {
         <ColumnLink icon='sign-out' text={intl.formatMessage(messages.sign_out)} href='/auth/sign_out' method='delete' />
       </div>
 
-      <div className='scrollable optionally-scrollable'>
+      <div className='scrollable optionally-scrollable' style={{ display: 'flex', flexDirection: 'column' }}>
         <div className='static-content getting-started'>
           <p><FormattedMessage id='getting_started.about_addressing' defaultMessage='You can follow people if you know their username and the domain they are on by entering an e-mail-esque address into the form at the top of the sidebar.' /></p>
           <p><FormattedMessage id='getting_started.about_shortcuts' defaultMessage='If the target user is on the same domain as you, just the username will work. The same rule applies to mentioning people in statuses.' /></p>