Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Carina Ursu <[email protected]>
  • Loading branch information
ursucarina committed May 6, 2022
1 parent 2c41821 commit 33bd675
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { makeStyles } from '@material-ui/core/styles';
const useStyle = makeStyles((theme) => ({
detailsPanelCard: {
borderBottom: `1px solid ${theme.palette.divider}`,
paddingBottom: '150px', // TODO @FC 454 temporary fix for panel height issue
},
detailsPanelCardContent: {
padding: `${theme.spacing(2)}px ${theme.spacing(3)}px`,
Expand Down

0 comments on commit 33bd675

Please sign in to comment.