Skip to content

fix: Implement responsive line wrapping for model names (#8209)#8720

Merged
mudler merged 1 commit intomudler:masterfrom
localai-bot:task_1772426460_1_branch
Mar 2, 2026
Merged

fix: Implement responsive line wrapping for model names (#8209)#8720
mudler merged 1 commit intomudler:masterfrom
localai-bot:task_1772426460_1_branch

Conversation

@localai-bot
Copy link
Copy Markdown
Contributor

This PR implements responsive line wrapping for model names displayed on the home page of the LocalAI web UI.

Changes

  • Changed model name display from truncate to break-words
  • Increased max-width from 100px to 200px

Fixes

Closes #8209

- Changed model name display from truncate to break-words
- Increased max-width from 100px to 200px to allow more text
- This fixes issue mudler#8209 for responsive text wrapping on smaller screens

Fixes: mudler#8209
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 2, 2026

Deploy Preview for localai ready!

Name Link
🔨 Latest commit 7e9ec0f
🔍 Latest deploy log https://app.netlify.com/projects/localai/deploys/69a560358a2c40000853b83b
😎 Deploy Preview https://deploy-preview-8720--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@mudler mudler merged commit eca2c6e into mudler:master Mar 2, 2026
36 of 38 checks passed
localai-bot added a commit to localai-bot/LocalAI that referenced this pull request Mar 6, 2026
…mudler#8720)

fix: Implement responsive line wrapping for model names on home page

- Changed model name display from truncate to break-words
- Increased max-width from 100px to 200px to allow more text
- This fixes issue mudler#8209 for responsive text wrapping on smaller screens

Fixes: mudler#8209

Co-authored-by: localai-bot <localai-bot@users.noreply.github.com>
localai-bot added a commit to localai-bot/LocalAI that referenced this pull request Mar 6, 2026
…mudler#8720)

fix: Implement responsive line wrapping for model names on home page

- Changed model name display from truncate to break-words
- Increased max-width from 100px to 200px to allow more text
- This fixes issue mudler#8209 for responsive text wrapping on smaller screens

Fixes: mudler#8209

Co-authored-by: localai-bot <localai-bot@users.noreply.github.com>
localai-bot added a commit to localai-bot/LocalAI that referenced this pull request Mar 25, 2026
…mudler#8720)

fix: Implement responsive line wrapping for model names on home page

- Changed model name display from truncate to break-words
- Increased max-width from 100px to 200px to allow more text
- This fixes issue mudler#8209 for responsive text wrapping on smaller screens

Fixes: mudler#8209

Co-authored-by: localai-bot <localai-bot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Responsively line wrap loaded models on the home page of web UI

2 participants