@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user