pellcorp / opendb

Open Media Lending Database
38 stars 24 forks source link

add new item: "System:" field does not grow with additional systems added #61

Closed pellcorp closed 10 years ago

pellcorp commented 10 years ago

Not sure where issue 60 disappeared to, but I can confirm there is a bug. I have updated the demo site with the new items and the bug appears there. I am looking at what might be causing it and will push a gix.

pellcorp commented 10 years ago

The issue was that the images were more than 40px high. I resized all the images that were provided by the original reporter in #60. the culprit was the item_input.css style:

td.gamesystem li { height: 40px; padding: 5px;
}