Module:UpdateExcerpt: Difference between revisionsGive feedback
Jump to navigation
Jump to search
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: | .. '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>' | ||