Skip to content

Commit

Permalink
Prevent button from shrinking in inspection table
Browse files Browse the repository at this point in the history
  • Loading branch information
prasm313 committed Apr 4, 2024
1 parent 2a376c4 commit e809569
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ import { SmallScreenInfoText } from 'utils/InfoText'
const StyledIcon = styled(Icon)`
display: flex;
justify-content: center;
height: 100%;
width: 100%;
scale: 50%;
height: 1.3rem;
width: 1.3rem;
`

const StyledTable = styled.div`
Expand Down

0 comments on commit e809569

Please sign in to comment.