Module:UpdateExcerpt: Difference between revisions

No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
Line 48: Line 48:
     local html = '<div style="flex:1; min-height:0; overflow-y:auto; max-height:'
     local html = '<div style="flex:1; min-height:0; overflow-y:auto; max-height:'
         .. maxHeight
         .. maxHeight
         .. 'em; padding:14px 18px; font-family:\'Retail Demo\',\'Open Sans\',sans-serif; font-size:0.92em; line-height:1.7;">\n'
         .. 'em; padding:14px 18px; font-family: sans-serif; font-size:0.92em; line-height:1.7;">\n'
         .. frame:preprocess(notesRaw)
         .. frame:preprocess(notesRaw)
         .. '\n</div>'
         .. '\n</div>'