diff --git a/src/app/ItemPage.js b/src/app/ItemPage.js index 2e01718..b216429 100644 --- a/src/app/ItemPage.js +++ b/src/app/ItemPage.js @@ -1341,11 +1341,19 @@ function ItemZonesInfo({ compatibleBodiesAndTheirZones, restrictedZones }) { display="inline" _notLast={{ _after: { content: '", "' } }} > - + + + ))} @@ -1362,9 +1370,18 @@ function ItemZonesInfo({ compatibleBodiesAndTheirZones, restrictedZones }) { key={zoneLabel} as="li" display="inline" + whiteSpace="nowrap" _notLast={{ _after: { content: '", "' } }} > - {zoneLabel} + + {zoneLabel} + ))}