Kaynağa Gözat

Everybody's a critic

Kirk Trombley 3 yıl önce
ebeveyn
işleme
6ec5f8979c
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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);
     });
 };