diff options
author | Jessica Stokes <hello@jessicastokes.net> | 2017-01-04 17:32:11 -0800 |
---|---|---|
committer | Jessica Stokes <hello@jessicastokes.net> | 2017-01-04 17:32:11 -0800 |
commit | 5b75f6d0f36940f40db9f1064f37b0069068b691 (patch) | |
tree | 72f64d4d6b36baf27f7fb314d16113f4b1abe11b /app/assets/javascripts/components | |
parent | 3807b0b171d588ccccfc6210c823e5ce87b9b90f (diff) |
Make tabs bar take up less room on 4-inch phones
Diffstat (limited to 'app/assets/javascripts/components')
-rw-r--r-- | app/assets/javascripts/components/features/ui/components/tabs_bar.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/components/features/ui/components/tabs_bar.jsx b/app/assets/javascripts/components/features/ui/components/tabs_bar.jsx index 499c9e287..dbfdc3f85 100644 --- a/app/assets/javascripts/components/features/ui/components/tabs_bar.jsx +++ b/app/assets/javascripts/components/features/ui/components/tabs_bar.jsx @@ -10,7 +10,7 @@ const outerStyle = { const tabStyle = { display: 'block', flex: '1 1 auto', - padding: '10px', + padding: '10px 5px', color: '#fff', textDecoration: 'none', textAlign: 'center', |