Kirk Trombley 3 роки тому
батько
коміт
6ec5f8979c
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      nearest.js

+ 1 - 1
nearest.js

@@ -38,7 +38,7 @@ const onColorChange = () => {
       li.appendChild(img)
       li.appendChild(document.createTextNode(name));
       li.appendChild(tile)
-      li.setAttribute("style", "display: flex; flex-flow: row nowrap; justify-content: space-between; min-width: 100px")
+      li.setAttribute("style", "display: flex; flex-flow: row nowrap; justify-content: space-between; width: 320px")
       bestList.appendChild(li);
     });
 };