Skip to content

Commit

Permalink
fix(gui): top tabs text overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Aug 1, 2018
1 parent d95cdca commit 45168a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/top-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default class TopPage extends Page {
this.loadMoreTorrents(type, this.state.time)
}
}}
tabItemContainerStyle={{flexWrap: 'wrap', alignItems: 'stretch'}}
tabItemContainerStyle={{flexWrap: 'wrap', alignItems: 'stretch', whiteSpace: 'normal'}}
inkBarStyle={{display: 'none'}}
>
{
Expand All @@ -129,7 +129,7 @@ export default class TopPage extends Page {
this.loadMoreTorrents(type, time)
}
}}
tabItemContainerStyle={{flexWrap: 'wrap', alignItems: 'stretch'}}
tabItemContainerStyle={{flexWrap: 'wrap', alignItems: 'stretch', whiteSpace: 'normal'}}
inkBarStyle={{display: 'none'}}
>
{
Expand Down

0 comments on commit 45168a2

Please sign in to comment.