diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3889cd3..bf449a8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,6 +34,10 @@ jobs: with: fetch-depth: 1 + - uses: nanasess/setup-chromedriver@v2 + with: + chromedriver-version: 119.0.6045.105 + - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ env.RUBY_VERSION }} diff --git a/app/cells/decidim/newsletter_agenda/agenda_events/themes/canodrom.erb b/app/cells/decidim/newsletter_agenda/agenda_events/themes/canodrom.erb index 5706957..e3c4f09 100644 --- a/app/cells/decidim/newsletter_agenda/agenda_events/themes/canodrom.erb +++ b/app/cells/decidim/newsletter_agenda/agenda_events/themes/canodrom.erb @@ -152,8 +152,8 @@ .footer-social__icon { display: inline-block; margin-right: 0.5rem; - width: 20px; - height: 20px; + width: 20px !important; + height: 20px !important; } .footer-social__icon:last-child { diff --git a/app/cells/decidim/newsletter_agenda/agenda_events/themes/capitalitat.erb b/app/cells/decidim/newsletter_agenda/agenda_events/themes/capitalitat.erb index e7247b7..77f87a8 100644 --- a/app/cells/decidim/newsletter_agenda/agenda_events/themes/capitalitat.erb +++ b/app/cells/decidim/newsletter_agenda/agenda_events/themes/capitalitat.erb @@ -58,6 +58,11 @@ height: 25px; } + img { + -ms-interpolation-mode: nearest-neighbor; + -ms-interpolation-mode: bicubic; + } + @media only screen and (max-width: 400px) { td.mobile-responsive { width: 100% !important;