Skip to content

Commit

Permalink
fix: broken CSS on Integrations page in non-Chromium browsers (#3705)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodato committed Apr 2, 2024
1 parent 741320e commit 0fe8646
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions frontend/web/components/IntegrationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ class Integration extends Component {
)
return (
<div className='panel panel-integrations p-4 mb-3'>
<Flex>
<img className='mb-2' src={image} />
<Row space style={{ flexWrap: 'noWrap' }}>
<div className='subtitle mt-2'>
Expand Down Expand Up @@ -96,7 +95,6 @@ class Integration extends Component {
)}
</Row>
</Row>
</Flex>

{activeIntegrations &&
activeIntegrations.map((integration) => (
Expand Down
2 changes: 1 addition & 1 deletion frontend/web/styles/components/_panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0fe8646

Please sign in to comment.