diff --git a/src/components/AccountBalance/AccountBalance.js b/src/components/AccountBalance/AccountBalance.js index ae0bdb438..889a8f19a 100644 --- a/src/components/AccountBalance/AccountBalance.js +++ b/src/components/AccountBalance/AccountBalance.js @@ -142,17 +142,15 @@ class AccountBalance extends PureComponent { onChange={this.handleTimeframeChange} /> -
- - - {t('selector.unrealized-profits.title')} - - - -
+ + + {t('selector.unrealized-profits.title')} + + + -
- - - {t('selector.unrealized-profits.title')} - - - -
+ + + {t('selector.unrealized-profits.title')} + + + diff --git a/src/styles/index.scss b/src/styles/index.scss index 3297c1689..bdd47c6f2 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -70,10 +70,6 @@ html { display: none !important; } -.hidden { - display: none !important; -} - .app { display: flex; flex-direction: row;