From d6bb6371f0ffc38ae72aba4931c00eb108165fa3 Mon Sep 17 00:00:00 2001 From: Simon <39917969+SimonLeclere@users.noreply.github.com> Date: Wed, 12 Apr 2023 16:04:47 +0200 Subject: [PATCH] Update Links.tsx -> fix button shift when columns > 1 When you set the "columns" parameter to a value greater than 1, the button used to display the links no longer shifts to the left and remains centered --- src/plugins/widgets/links/Links.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/widgets/links/Links.tsx b/src/plugins/widgets/links/Links.tsx index c4aee3906..1b24073b6 100644 --- a/src/plugins/widgets/links/Links.tsx +++ b/src/plugins/widgets/links/Links.tsx @@ -25,7 +25,7 @@ const Links: FC = ({ data = defaultData }) => {
1 ? "left" : "inherit", }} >