oslabs-beta/Sveste

Variable form "Block" heights

Closed this issue · 0 comments

Now that we can scroll to an element in the form by clicking on a Nav component, we need to space out the form.

Basically, any element that appears in the nav should take up at least 100% of the height of the OutputDisplay. That way, there's less clutter on the screen.

Elements that shouldn't appear on the nav should only take up exactly as much height as they need (fit within their parent).

Describe, Mock, and Test should trigger this 100% height, not sure what else.

Related to issues #118 #101 #116