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

Project title 'Strona społeczności' doesn't adjust to the miniature width. #402

Closed
KSodowska opened this issue May 15, 2021 · 1 comment
Labels
bug Something isn't working frontend

Comments

@KSodowska
Copy link

KSodowska commented May 15, 2021

Subject of the issue:

In the projects part on the website, title 'Strona społeczności' doesn't display properly in it's miniature, it cuts off the last letter when zoom is 100% and the screen size is as mentioned above. This issue shows up on a certain conditions and doesn't reproduce on Windows 10 and MacOS (due to cross-website testing, but also @Marce1ina checked it out herself on MacOs).
This problem doesn't show up on the master.

Your environment:

  • Fixed header on HomePage #376
  • Webrowser: Firefox 88.0, Chrome 90.0 (Ubuntu)
  • Screen: 1366x768, 1360x768
  • Zoom: 100% (works fine when it's 90% and less,110% or more)

Steps to reproduce:

  1. Go to http://localhost:8080/#projects
  2. Set your zoom to 100%.

Actual behaviour:

'Strona społeczności' title doesn't adjust properly to the miniature width, it cuts off the last letter.

Expected behaviour:

'Strona społeczności' title should adjust its size to the miniature width.

Attachments

issue_376

@KSodowska KSodowska added the bug Something isn't working label May 15, 2021
@OtisRed
Copy link
Contributor

OtisRed commented Jun 9, 2021

Indeed there is a moment on the viewport scale between 1264 and 1266px where the name is too long and a letter jumps to another line. We should use css to break the title (break-word property maybe?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend
Projects
None yet
Development

No branches or pull requests

2 participants