aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/settings/team/TeamDashboard.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/settings/team/TeamDashboard.tsx')
-rw-r--r--src/components/settings/team/TeamDashboard.tsx9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/components/settings/team/TeamDashboard.tsx b/src/components/settings/team/TeamDashboard.tsx
index 77bccb8c3..6fd2d4426 100644
--- a/src/components/settings/team/TeamDashboard.tsx
+++ b/src/components/settings/team/TeamDashboard.tsx
@@ -3,7 +3,7 @@
3import { Component, ReactElement } from 'react'; 3import { Component, ReactElement } from 'react';
4import { observer } from 'mobx-react'; 4import { observer } from 'mobx-react';
5import { defineMessages, injectIntl, WrappedComponentProps } from 'react-intl'; 5import { defineMessages, injectIntl, WrappedComponentProps } from 'react-intl';
6import { Tooltip as ReactTooltip } from 'react-tooltip'; 6import ReactTooltip from 'react-tooltip';
7import withStyles, { WithStylesProps } from 'react-jss'; 7import withStyles, { WithStylesProps } from 'react-jss';
8import classnames from 'classnames'; 8import classnames from 'classnames';
9import Loader from '../../ui/Loader'; 9import Loader from '../../ui/Loader';
@@ -173,12 +173,7 @@ class TeamDashboard extends Component<IProps> {
173 </> 173 </>
174 )} 174 )}
175 </div> 175 </div>
176 <ReactTooltip 176 <ReactTooltip place="right" type="dark" effect="solid" />
177 place="right"
178 variant="dark"
179 float
180 style={{ height: 'auto' }}
181 />
182 </div> 177 </div>
183 ) : ( 178 ) : (
184 <div className="settings__main"> 179 <div className="settings__main">