Epinova / Epinova.Elasticsearch

A search-plugin for Episerver CMS and Commerce
MIT License
29 stars 20 forks source link

Update the generated file for _ElasticSearch.cshtml #177

Closed jonascarlbaum closed 1 year ago

jonascarlbaum commented 1 year ago

Since the part of _ElasticSearch.cshtml that I added lately:

        #epi-globalDocument {
            padding-top: 50px; /* CMS 11 padding top issue */
        }

wasn't on the latest nuget-build, I guess it's because the _ElasticSearch.generated.cs wasn't updated. So I installed the Razor Generator extension and let VS update the file.

otanum commented 1 year ago

Fixed app key @jonascarlbaum

jonascarlbaum commented 1 year ago

Great @otanum — I updated to the latest the nuget-package — and now there are some top padding, making the top content visible again… 👍🙏