add comment

This commit is contained in:
KDSBrowne 2019-05-07 19:43:34 +00:00
parent 13ed545c29
commit 3c907232d2

View File

@ -152,6 +152,8 @@ class ApplicationMenu extends BaseMenu {
render() {
const { availableLocales, intl } = this.props;
const { isLargestFontSize, isSmallestFontSize } = this.state;
//conversions can be found at http://pxtoem.com
const pixelPercentage = {
'12px': '86%',
'14px': '100%',