duckduckgo / zeroclickinfo-spice

DuckDuckGo Instant Answers based on JavaScript (JSON) APIs
https://duckduckhack.com/
Other
548 stars 942 forks source link

Dictionary in master not aligning stuff properly #1132

Closed jagtalon closed 10 years ago

jagtalon commented 10 years ago

3

If you compare the dictionary on DuckPAN and the dictionary on the live site, you'll see that the live site has the definitions aligned neatly.

mattr555 commented 10 years ago

It looks like #1113 is the culprit. Perhaps the solution before was to just increase the width of .zci__def__partofspeech. Really, this is a use case for tables; we could try display: table...

cc @MariagraziaAlastra

MariagraziaAlastra commented 10 years ago

Thanks for the suggestion, @mattr555!

jagtalon commented 10 years ago

Fixed by @MariagraziaAlastra in #1141