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

Fix font size for Cybersecurity card to match hover boundaries. #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dimbonix
Copy link

@dimbonix dimbonix commented Jan 21, 2024

Fix font size for Cybersecurity card to match hover boundaries, screenshot of suggested font size:
image
Fixes issue #64

@jokezer
Copy link

jokezer commented Feb 2, 2024

This solution works for the specific case only. There could be longer titles in the future.
I suggest another solution that will handle all possible cases with long titles.

.landing-board-name {
  ...
  overflow: hidden;
  text-overflow: ellipsis;
}

This is how Кибербезопасность will look like:

Screenshot 2024-02-02 at 10 21 24

Another thing we can do to make it better is to split Кибербезопасность to Кибер-безопасность in boards.yml:1373:
Screenshot 2024-02-02 at 10 26 21

I have issues building the project locally so I won't open my PR and just suggest it here.

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.

None yet

2 participants