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;