fix: long link & cat name breaking layout

This commit is contained in:
Sonny
2023-05-02 20:11:05 +02:00
parent 1e3264e2a0
commit b38b0ab390
4 changed files with 27 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ export default function Links({
return (
<div className={styles["links-wrapper"]}>
<h2 className={styles["category-header"]}>
<span>
<span className={styles["category-name"]}>
{name}
<span className={styles["links-count"]}> {links.length}</span>
</span>