mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-13 22:37:14 +10:00
fix(layout): handle text overflow in sidebar/footer elements (#2672)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user