Shun Miyazawa hace 4 años
padre
commit
111f34e93b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/src/components/TagPage.tsx

+ 1 - 1
packages/app/src/components/TagPage.tsx

@@ -29,7 +29,7 @@ const TagPage: FC = () => {
   return (
     <div className="grw-container-convertible mb-5 pb-5">
       <h2 className="my-3">{`${t('Tags')}(${totalCount})`}</h2>
-      <div className="px-3 text-center">
+      <div className="px-3 mb-5 text-center">
         <TagCloudBox tags={tagData} minSize={20} />
       </div>
       { isLoading