Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork

fix long handles in account switch (#8373)

authored by samuel.fm and committed by GitHub 7d5de604 8136258c

Changed files
+3 -1
src
screens
Settings
+3 -1
src/screens/Settings/Settings.tsx
··· 634 634 ) : ( 635 635 <View style={[{width: 28}]} /> 636 636 )} 637 - <SettingsList.ItemText> 637 + <SettingsList.ItemText 638 + numberOfLines={1} 639 + style={[a.pr_2xl, a.leading_snug]}> 638 640 {sanitizeHandle(account.handle, '@')} 639 641 </SettingsList.ItemText> 640 642 {pendingDid === account.did && <SettingsList.ItemIcon icon={Loader} />}