Skip to content

Commit

Permalink
float right fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Clay-Ferguson committed Nov 18, 2024
1 parent 8aede0a commit 2ba02be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/public/src/Render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ export class Render {
return new Div(null, {
title: "Click to copy to clipboard",
onClick: () => S.util.copyToClipboard(node.tags),
className: "cursor-pointer float-right " + moreClasses
className: "cursor-pointer -float-right " + moreClasses
}, spans);
}

Expand Down

0 comments on commit 2ba02be

Please sign in to comment.