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

lolsob-rspec
Jessica Stokes 2017-01-04 17:32:11 -08:00
parent 2d89579a7a
commit 97b3e63776
1 changed files with 1 additions and 1 deletions

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