vbea 2 yıl önce
ebeveyn
işleme
2f5492a81e

+ 6 - 3
Strides-APP/app/pages/home/maps/BottomSiteInfo.js

@@ -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,
+    marginBottom: 5,
     borderRadius: 4,
     ...$padding(2, 6),
     backgroundColor: colorPrimary