duckduckgo / zeroclickinfo-spice

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

DNS: Column names are too close together #1112

Closed jagtalon closed 10 years ago

jagtalon commented 10 years ago

It's a bit hard to read:

screen shot 2014-09-24 at 4 20 11 pm

Possible solutions: https://github.com/duckduckgo/zeroclickinfo-spice/issues/1112#issuecomment-56788796 (looks like this works, but also check if it works on mobile.

jdorweiler commented 10 years ago

This one doesn't use the record template if that's what you mean?

jdorweiler commented 10 years ago

It probably should though.

MrChrisW commented 10 years ago

Changing the padding-right to 15px makes it look a little better.

.zci--dns .zci__table__tr th,
.zci--dns .zci__table__tr td {
    padding-right: 15px;
}

dns.css

mx

jagtalon commented 10 years ago

@chrisjwilsoncom Thanks!

I'll modify the description to list possible solutions.