Skip to content

Commit

Permalink
fix: link focus styling
Browse files Browse the repository at this point in the history
  • Loading branch information
robinzigmond committed Nov 21, 2023
1 parent 3fdbcb6 commit 5a75d03
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ export const StyledFileLinkContainer = styled.div`
color: var(--colorsActionMajorYin090);
display: flex;
align-items: center;
overflow: hidden;
overflow-x: clip;
overflow-y: visible;
padding-right: var(--spacing150);
${StyledLink} {
overflow: hidden;
padding-right: var(--spacing150);
}
${StyledLink} a {
Expand Down

0 comments on commit 5a75d03

Please sign in to comment.