Skip to content

Commit

Permalink
fix: padding
Browse files Browse the repository at this point in the history
  • Loading branch information
pbullhove committed Apr 4, 2024
1 parent c09f565 commit ebc7bb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/Components/MainBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { AuthContext, IAuthContext } from 'react-oauth2-code-pkce'
import { Bridge, Combination, Combinations, Products } from '../Types'
import useLocalStorage from '../Hooks'
import { colors } from '../colors'
import { delete_to_trash, info_circle, visibility_off } from '@equinor/eds-icons'
import { delete_to_trash, visibility_off } from '@equinor/eds-icons'

const MainComponentsWrapper = styled.div`
padding: 16px 0 16px 0;
Expand Down Expand Up @@ -179,7 +179,7 @@ export default ({ products }: MainBodyProps): ReactElement => {
</div>
</div>

<MainComponentsWrapper>
<div style={{ padding: '0.5rem 0px 0.5rem 0px' }}>
<Accordion>
<Accordion.Item>
<Accordion.Header>Concentration blends</Accordion.Header>
Expand Down Expand Up @@ -214,7 +214,7 @@ export default ({ products }: MainBodyProps): ReactElement => {
</Accordion.Panel>
</Accordion.Item>
</Accordion>
</MainComponentsWrapper>
</div>
</div>
<MainComponentsWrapper>
{/* @ts-ignore*/}
Expand Down

0 comments on commit ebc7bb5

Please sign in to comment.