Storybooks for commit 52b15b068ed406f0fec370adbdfd8e665f2063c4

Date
2025-08-22T16:27:50.950Z
Summary
fix(email): Monitor logo is too small in CMS customized emails
Description
commit 52b15b068ed406f0fec370adbdfd8e665f2063c4
Author: MagentaManifold <17zhaomingyuan@gmail.com>
Date:   Fri Aug 22 12:19:16 2025 -0400

    fix(email): Monitor logo is too small in CMS customized emails
    
    Because:
    
    * Monitor logo is too small in CMS customized emails
    
    This commit:
    
    * makes customized logos larger by adding an optional field `emailLogoWidth` in strapi, which defaults to 280px.
    
    Closes #FXA-12195