Skip to content

Commit

Permalink
Fix viewer link styling
Browse files Browse the repository at this point in the history
Fixes #124
  • Loading branch information
itsmemyk08 committed Jun 13, 2023
1 parent 5852b2f commit b88550c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion axelor-front/src/views/form/widgets/string/viewer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ export function ViewerLink({
return (
<Button
variant="link"
alignSelf="start"
textAlign="start"
textDecoration="none"
overflow="hidden"
onClick={onClick}
>
{children}
Expand Down

0 comments on commit b88550c

Please sign in to comment.