@@ -299,18 +299,21 @@ const styles = StyleSheet.create({
justifyContent: 'center'
},
siteLabelsView: {
- marginBottom: 8,
+ marginBottom: 5,
+ flexWrap: 'wrap',
alignItems: 'center',
flexDirection: 'row'
labelIcon: {
width: 16,
- height: 16
+ height: 16,
+ marginRight: 6
textLabel: {
color: textLight,
fontSize: 10,
- marginLeft: 5,
+ marginRight: 5,
borderRadius: 4,
...$padding(2, 6),
backgroundColor: colorPrimary