Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Bug: Text overflow or unnecessary line break in top bar Data/Details mode switch #8028

Closed
1 task done
Track3 opened this issue Apr 2, 2024 · 0 comments
Closed
1 task done
Assignees

Comments

@Track3
Copy link

Track3 commented Apr 2, 2024

Please confirm if bug report does NOT exist already ?

  • I confirm there is no existing issue for this

Steps to reproduce ?

Open any table in dashboard, switch display language to Czech/Pусский/简体中文/한국어, pay attention to the top bar Data/Details tab switch, the text either overflow or shows a unnecessary line break.

db zak ee_dashboard_
nocodb_dashboard_ (2)

Desired Behavior

The width of Data/Details tab switch should increase automatically so text can fit.

After some research, it seems caused by this line, remove class="w-47.5" fix this issue, as shown in below image. Not sure if this is appropriate because I'm not sure why this width is set to a fixed value. I'm happy to submit PR if it is.

<div v-if="!isSharedBase && !isMobileMode" class="w-47.5">

nocodb_dashboard_fixed

Project Details

Node: v20.11.1
Arch: x64
Platform: linux
Docker: true
RootDB: pg
PackageVersion: 0.205.0

Attachments

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Closed
Development

No branches or pull requests

2 participants