Skip to content

Commit

Permalink
Merge pull request #133 from lidofinance/fix/vote-links-display
Browse files Browse the repository at this point in the history
fix: change link display type to avoid collapse with other text
  • Loading branch information
AnnaSila authored Sep 1, 2023
2 parents a78ee26 + ddf4409 commit d8743f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shared/ui/Common/ExternalLink/ExternalLinkStyle.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import styled from 'styled-components'

export const ExternalLinkWrap = styled.span`
display: inline-flex;
display: inline;
height: ${({ theme }) => theme.spaceMap.lg}px;
width: fit-content;
color: var(--lido-color-primary);
Expand Down

0 comments on commit d8743f8

Please sign in to comment.