Open sunnymui opened 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.
Probably just remove width: fit-content declaration from .App class
Addressed in https://github.com/codeforsanjose/disaster-response-sj/pull/84
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