codeforsanjose / disaster-response-sj

Exploration of adding civic tech component to San Jose disaster response
MIT License
7 stars 12 forks source link

Page Width Collapses on Preparing for Disaster Tab #65

Open sunnymui opened 5 years ago

sunnymui commented 5 years ago

Page width doesn't extend full width of screen on the preparing for disaster tab.

This is due to the .App class having width: fit-content and limiting the width of the tab content to 37 em.

I limited the width for readability (a line being too long becomes hard too read on widescreens) so I'd rather just fix the .App class.

Proposed Fix

Probably just remove width: fit-content declaration from .App class

sunnymui commented 5 years ago

Addressed in https://github.com/codeforsanjose/disaster-response-sj/pull/84