From 0fe8646e6a6ff9c016a5665c6cb8b1766ba4eec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20L=C3=B3pez=20Dato?= Date: Tue, 2 Apr 2024 05:41:00 -0300 Subject: [PATCH] fix: broken CSS on Integrations page in non-Chromium browsers (#3705) --- frontend/web/components/IntegrationList.js | 2 -- frontend/web/styles/components/_panel.scss | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/web/components/IntegrationList.js b/frontend/web/components/IntegrationList.js index 835e4b2a37fd..09ea0f79ac03 100644 --- a/frontend/web/components/IntegrationList.js +++ b/frontend/web/components/IntegrationList.js @@ -33,7 +33,6 @@ class Integration extends Component { ) return (
-
@@ -96,7 +95,6 @@ class Integration extends Component { )} - {activeIntegrations && activeIntegrations.map((integration) => ( diff --git a/frontend/web/styles/components/_panel.scss b/frontend/web/styles/components/_panel.scss index 6abc79b2530a..96421f4790a3 100644 --- a/frontend/web/styles/components/_panel.scss +++ b/frontend/web/styles/components/_panel.scss @@ -181,8 +181,8 @@ a.text-white { border: 1px solid $panel-border-color; img { - width: fit-content; height: 30px; + object-fit: contain; } .list-integrations { border-radius: $border-radius-xlg;