about summary refs log tree commit diff
path: root/app/assets/javascripts/components/features/getting_started
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-03-29 22:27:24 +0200
committerEugen Rochko <eugen@zeonfederated.com>2017-03-29 22:27:24 +0200
commit333e44c3fc687b1f6215db99283536b293cf937f (patch)
treebc0e884855ed6ed2d9e463e822272578d604e46b /app/assets/javascripts/components/features/getting_started
parentbb7006bda1fac9b261944a51e497569cfcf2d1be (diff)
Improve emojis - use SVGs where possible
Diffstat (limited to 'app/assets/javascripts/components/features/getting_started')
-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>