vbea 2 vuotta sitten
vanhempi
sitoutus
2f5492a81e
1 muutettua tiedostoa jossa 6 lisäystä ja 3 poistoa
  1. 6 3
      Strides-APP/app/pages/home/maps/BottomSiteInfo.js

+ 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