summaryrefslogtreecommitdiffstats
path: root/webapp/components/select_team
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-10-18 20:55:59 +0500
committerCorey Hulen <corey@hulen.com>2016-10-18 08:55:59 -0700
commitd14a44cf98ad746e3067aa425144602bc27cfb0a (patch)
tree2ffb79566412f37e4cd6b50de52e1afaba95ebe0 /webapp/components/select_team
parent06e5c097b362eeb84131406acc0c44420ae41271 (diff)
downloadchat-d14a44cf98ad746e3067aa425144602bc27cfb0a.tar.gz
chat-d14a44cf98ad746e3067aa425144602bc27cfb0a.tar.bz2
chat-d14a44cf98ad746e3067aa425144602bc27cfb0a.zip
Multiple UI Improvements (#4253)
Reverting config Reverting config.json
Diffstat (limited to 'webapp/components/select_team')
-rw-r--r--webapp/components/select_team/select_team.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/select_team/select_team.jsx b/webapp/components/select_team/select_team.jsx
index e6156ecb9..5f8d9f463 100644
--- a/webapp/components/select_team/select_team.jsx
+++ b/webapp/components/select_team/select_team.jsx
@@ -193,7 +193,7 @@ export default class SelectTeam extends React.Component {
let adminConsoleLink;
if (isSystemAdmin) {
adminConsoleLink = (
- <div className='margin--extra'>
+ <div className='margin--extra hidden-xs'>
<Link
to='/admin_console'
className='signup-team-login'