1
0
mirror of https://github.com/tooot-app/app synced 2025-05-17 20:22:45 +02:00
This commit is contained in:
xmflsct 2022-12-19 21:46:37 +01:00
parent 61967f4420
commit 533ff1d549

View File

@ -53,7 +53,7 @@ const ComponentHashtag: React.FC<PropsWithChildren & Props> = ({
#{hashtag.name}
</CustomText>
<View
style={{ flexDirection: 'row', alignItems: 'center' }}
style={{ flexDirection: 'row', alignItems: 'center', alignSelf: 'stretch' }}
onLayout={({
nativeEvent: {
layout: { height }