From 449ca2adc32af91c7ba40f171a869dd4dc1331cb Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Sat, 14 Sep 2024 17:47:42 -0300 Subject: [PATCH] fix: text wrap game running --- src/renderer/src/components/sidebar/sidebar-profile.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/renderer/src/components/sidebar/sidebar-profile.tsx b/src/renderer/src/components/sidebar/sidebar-profile.tsx index d8cbf656..b7203c0c 100644 --- a/src/renderer/src/components/sidebar/sidebar-profile.tsx +++ b/src/renderer/src/components/sidebar/sidebar-profile.tsx @@ -94,7 +94,14 @@ export function SidebarProfile() {

{userDetails && gameRunning && ( -
+
{gameRunning.title}
)}