diff --git a/frontend/src/css/_panelchat.scss b/frontend/src/css/_panelchat.scss index 612dbf1..d9811d2 100644 --- a/frontend/src/css/_panelchat.scss +++ b/frontend/src/css/_panelchat.scss @@ -63,11 +63,17 @@ gap: 110px; align-items: center; padding: 16px; + + #productname { + flex-grow: 1; + } .profile { font-size: 24px; display: flex; justify-content: start; + flex-shrink: 0; + flex-grow: 0; #closeprofile a { text-decoration: none;