Skip to content

Commit

Permalink
Fixing design issue in firefox (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malak67 authored Oct 17, 2023
1 parent 97ef23d commit 0b4e3fc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const AddressDetails = ({
flexDirection='row'
alignItems='center'
justifyContent='flex-start'
flexWrap='wrap'
gap='2rem'
mt={3}
>
Expand Down
1 change: 0 additions & 1 deletion services/explorer/src/components/DataRow/DataRow.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const useStyles = makeStyles(
[theme.breakpoints.down('md')]: {
width: '100%',
},
wordBreak: 'break-all',
},
};
},
Expand Down
1 change: 1 addition & 0 deletions services/explorer/src/pages/PBFTData/PBFTDataContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ const PBFTDataContainer = (): JSX.Element => {
flexDirection='row'
alignItems='center'
justifyContent='flex-start'
flexWrap='wrap'
gap='2rem'
mt={3}
>
Expand Down

0 comments on commit 0b4e3fc

Please sign in to comment.