fix(gui): top tabs text overlap

This commit is contained in:
Alexey Kasyanchuk
2018-08-01 16:15:51 +03:00
parent 67badfbe75
commit c2da0c3047

View File

@ -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'}}
>
{
@ -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'}}
>
{