Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Commit

Permalink
fix width for display field (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdinicut authored Sep 19, 2019
1 parent 67eaf80 commit 183f9f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/display-field/src/DisplayField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const DisplayFieldBox = styled(Box)`
text-decoration: none;
}
a.display_field_anchor {
width: 100%;
overflow: hidden;
}
a.icon_anchor {
svg {
Expand Down

0 comments on commit 183f9f2

Please sign in to comment.