We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e942d73 commit 57cb670Copy full SHA for 57cb670
components/Library/UnmaintainedLabel.tsx
@@ -65,6 +65,7 @@ const styles = StyleSheet.create({
65
unmaintainedTextWrapper: {
66
flexDirection: 'row',
67
gap: 6,
68
+ flexShrink: 1,
69
},
70
unmaintainedTextContainer: {
71
alignItems: 'flex-start',
@@ -78,6 +79,8 @@ const styles = StyleSheet.create({
78
79
gap: 4,
80
borderWidth: 1,
81
borderLeftWidth: 0,
82
83
+ flexWrap: 'wrap',
84
85
});
86
components/Library/index.tsx
@@ -268,7 +268,7 @@ const styles = StyleSheet.create({
268
backgroundColor: 'transparent',
269
270
updatedAtContainer: {
271
- gap: 8,
+ gap: 24,
272
273
274
justifyContent: 'space-between',
0 commit comments