Browse Source

Make tabs bar take up less room on 4-inch phones

closed-social-glitch-2
Jessica Stokes 7 years ago
parent
commit
5b75f6d0f3
No known key found for this signature in database GPG Key ID: E3DE5BE038F70FE9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/assets/javascripts/components/features/ui/components/tabs_bar.jsx

+ 1
- 1
app/assets/javascripts/components/features/ui/components/tabs_bar.jsx View File

@ -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',

Loading…
Cancel
Save