Pārlūkot izejas kodu

Everybody's a critic

Kirk Trombley 3 gadi atpakaļ
vecāks
revīzija
6ec5f8979c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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);
     });
 };