aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2017-07-25 08:03:30 +0800
committerDan Finlay <dan@danfinlay.com>2017-07-25 08:03:30 +0800
commitde286d238270e83f8fdf54bd36625883cc3a2816 (patch)
tree2cda56c17d6df13a0d12219db4ac345dc8f16452
parent60aea4839c447de68e723d171fdb862056538057 (diff)
downloadtangerine-wallet-browser-de286d238270e83f8fdf54bd36625883cc3a2816.tar.gz
tangerine-wallet-browser-de286d238270e83f8fdf54bd36625883cc3a2816.tar.zst
tangerine-wallet-browser-de286d238270e83f8fdf54bd36625883cc3a2816.zip
Css tweaks
-rw-r--r--responsive-ui/app/account-detail.js4
-rw-r--r--responsive-ui/app/css/lib.css4
2 files changed, 7 insertions, 1 deletions
diff --git a/responsive-ui/app/account-detail.js b/responsive-ui/app/account-detail.js
index 95e7c554a..ad65bf1d3 100644
--- a/responsive-ui/app/account-detail.js
+++ b/responsive-ui/app/account-detail.js
@@ -240,7 +240,9 @@ AccountDetailScreen.prototype.tabSections = function () {
const { currentAccountTab } = this.props
return h('section.tabSection', {
- style: { height: '100%' },
+ style: {
+ height: '100%',
+ },
}, [
h(TabBar, {
diff --git a/responsive-ui/app/css/lib.css b/responsive-ui/app/css/lib.css
index 910a24ee2..b0ca958a2 100644
--- a/responsive-ui/app/css/lib.css
+++ b/responsive-ui/app/css/lib.css
@@ -232,6 +232,10 @@ hr.horizontal-line {
align-items: center;
}
+.tabSection {
+ min-width: 350px;
+}
+
.menu-icon {
display: inline-block;
height: 9px;