cal.com icon indicating copy to clipboard operation
cal.com copied to clipboard

User full name overflowing nav bar width on settings page

Open ouwargui opened this issue 1 year ago • 3 comments

Issue Summary

A summary of the issue. This needs to be a clear detailed-rich summary. Because nav bar has a fixed width, when the user has a long name, it overflows the nav bar width.

image

Steps to Reproduce

  1. Go to settings page
  2. If you have a long full name like me you'll see the name overflowing the nav bar width

Any other relevant information. For example, why do you consider this a bug and what did you expect to happen instead? The text is expected to wrap and show the user's full name

Technical details

  • Arc Version 0.103.0 (38794) | Chromium Engine Version 113.0.5672.92

ouwargui avatar May 19 '23 01:05 ouwargui

Hey @ouwargui , Thank You for raising this bug Can you assign it to me

I can resolve it.

kshitiz-goel07 avatar May 19 '23 02:05 kshitiz-goel07

We have to decide whether we want to wrap words or ellipse them.

sanudutta45 avatar May 19 '23 16:05 sanudutta45

@kshitiz-goel07 @sanudutta45 I have an open PR #8978 where I'm working on solving this problem, we are wrapping the text and the height of the text container needs to be fixed too.

ouwargui avatar May 19 '23 16:05 ouwargui