udacity / frontend-grading-engine

Providing immediate feedback for front-end code
MIT License
132 stars 172 forks source link

Font sizing is affected by body #8

Closed cameronwp closed 8 years ago

cameronwp commented 8 years ago

Noticed by @jamesparkes: if you set font-size for the body, it also affects the font-size of the text in the feedback widget. it might be worth giving the text in the widget some default styling

notetiene commented 8 years ago

Thanks for noticing. Since CSS may easily collide, I think we'll use an iFrame.

cameronwp commented 8 years ago

Awesome! An iFrame seems like a reasonable approach.

notetiene commented 8 years ago

Using an iFrame fixed the problem.