From 0e1138cba10a102acf818cf3629ede26ded091df Mon Sep 17 00:00:00 2001 From: Sander Vocke Date: Mon, 28 Sep 2020 15:34:36 +0200 Subject: [PATCH] Make small. --- client/src/components/windows/ManageTagsWindow.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/src/components/windows/ManageTagsWindow.tsx b/client/src/components/windows/ManageTagsWindow.tsx index 4daa1a8..db2f00f 100644 --- a/client/src/components/windows/ManageTagsWindow.tsx +++ b/client/src/components/windows/ManageTagsWindow.tsx @@ -108,17 +108,19 @@ export function SingleTag(props: { style={{ opacity: 0.5 }} > ; return <> - + {expandArrow} {props.prependElems} @@ -176,7 +178,7 @@ export default function ManageTagsWindow(props: IProps) { width="80%" > {tags && tags.length && tags.map((tag: any) => { - return ; + return ; })}