ckumar1 / smart-fridge-rails

1 stars 0 forks source link

"Home" Screen: View Food #7

Open IunRhys opened 10 years ago

IunRhys commented 10 years ago

Severity: Minimal

When my browser window is between ~1000 - ~1250 pixels wide (height has no impact due to vertical scrolling), the Food list and View Food panel overlap. Consistent across Chrome, Firefox, and IE. Attached image has a highlight of the affected area.

image

IunRhys commented 10 years ago

You might want to move this into a separate ticket. Severity: Aesthetic

When my browser window is less than ~1000 pixels wide, the View Food div jumps below the Food list. Because View Food div is lacking the margin-left=20% in it's style element, it flushes left. Adding that, though, always forces the div to be on a new line.

image