mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-04-30 13:42:56 +08:00
Add overflow:hidden to card rows
Fix repository row overflowing because of big repo names
This commit is contained in:
@@ -10,6 +10,7 @@ export const cardRowStyles = StyleSheet.create({
|
||||
container: {
|
||||
flexDirection: 'row',
|
||||
flexGrow: 1,
|
||||
overflow: 'hidden',
|
||||
},
|
||||
|
||||
container__margin: {
|
||||
|
||||
Reference in New Issue
Block a user