Skip to content

Commit

Permalink
ESCKAN-71: improve Y tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelpiano committed Sep 27, 2024
1 parent 3ea6a1e commit 90b355e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/common/CollapsibleList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ const CollapsibleList: FC<CollapsibleListProps> = ({ list, onItemClick }) => {

'& .MuiButton-root': {
position: 'relative',
border: '0.0625rem solid transparent',
borderColor: gray200,
lineHeight: '0.825rem',
'&:hover:before': {
content: '""',
height: '100%',
Expand Down

0 comments on commit 90b355e

Please sign in to comment.