diff --git a/src/components/windows/Window.module.css b/src/components/windows/Window.module.css index 8b2635a..3f91500 100644 --- a/src/components/windows/Window.module.css +++ b/src/components/windows/Window.module.css @@ -68,8 +68,12 @@ .Header > p { user-select: none; + width: auto; margin: 0; margin-right: auto; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; } .Header > button {