Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3683 from cardano-foundation/fix/bug-ui-delegations
Browse files Browse the repository at this point in the history
fix: bug ui delegations
  • Loading branch information
Sotatek-TaiTruong authored Jul 15, 2024
2 parents 199cf6f + 51a1111 commit 830632c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const StyledItem = styled(Box)`
padding: 10px 0;
font-size: var(--font-size-text-small);
border-bottom: 1px solid ${({ theme }) => (theme.isDark ? theme.palette.secondary[700] : theme.palette.primary[200])};
overflow: auto;
overflow: visible;
&:last-child {
border-bottom: none;
padding: 10px 0 0;
Expand Down

0 comments on commit 830632c

Please sign in to comment.