NASA-PDS / feedback-widget

Javascript widget for user feedback
https://github.com/NASA-PDS/feedback-widget#pds-feedback-widget
Apache License 2.0
2 stars 1 forks source link

Unable to change font size from config.js #7

Closed jordanpadams closed 5 years ago

jordanpadams commented 5 years ago

From user:

There is a small bug in the feedback widget. feedback.css line
634 sets the default font size to 16, but it does it for the
".feedbackTab p" element. The config.js file overrides the parent
".feedbackTab" style, but the "p" element still gets its size from
feedback.css. The end result is it's not possible to change the font
size using config.js.
c-suh commented 5 years ago

Addressed and awaiting response to PR.

c-suh commented 5 years ago

Resolved in part 1 of 3 of commit 69ce495b75a9a77edd8794b1a79c0034a89437ba.