fix(layout): handle text overflow in sidebar/footer elements (#2672)

This commit is contained in:
Abdul Alim
2026-02-02 04:17:30 +07:00
committed by GitHub
parent 19181b79c8
commit f5a9ffb776
+1 -1
View File
@@ -179,7 +179,7 @@ export function DashboardSidebar() {
animate={{ y: 0, height: "auto", opacity: 1 }}
exit={{ y: 50, height: 0, opacity: 0 }}
>
<Copyright className="shrink-0 text-nowrap p-2" />
<Copyright className="shrink-0 break-words whitespace-normal p-2" />
</motion.div>
)}
</AnimatePresence>