Skip to content

Commit

Permalink
add underline to field names
Browse files Browse the repository at this point in the history
  • Loading branch information
plmrry committed Feb 13, 2024
1 parent a90eaab commit a71b953
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flatfront/src/components/FieldsBrowser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ export function FieldsBrowser() {
<ColumnCheckbox row={row} />
&ensp;
<FieldInfoDialog row={row}>
<Katex className="cursor-pointer">{getValue()}</Katex>
<Katex className="cursor-pointer underline decoration-dotted">
{getValue()}
</Katex>
</FieldInfoDialog>
</div>
);
Expand Down

0 comments on commit a71b953

Please sign in to comment.