chore: drop multiple buttons

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-03-15 13:13:44 +01:00
parent e63a7fe9bb
commit f156c539e7
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export const PluginCard = ({
by <a href={authorUrl}>{author}</a>
</p>
<span className="button button--sm button--outline button--primary">
<span className="badge badge--secondary fit-content">
{category}
</span>
</>
@@ -30,4 +30,8 @@
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
:global(.fit-content) {
width: fit-content;
}
}