Anyone find a clean way to keep the link that is defined in the active_admin initializer? I did the below to fix it on my end. ``` h1.site_title { background: none !important; padding-left: inherit !important; text-indent: 0 !important; } ```
Anyone find a clean way to keep the link that is defined in the active_admin initializer?
I did the below to fix it on my end.