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

Fixed overflow (fixes #402) #441

Merged
merged 2 commits into from
Nov 3, 2021
Merged

Conversation

OtisRed
Copy link
Contributor

@OtisRed OtisRed commented Sep 1, 2021

Story / Bug id:

402

Description:

I added break-word attribute to prevent oveflow and breaking in the weird places

@OtisRed OtisRed changed the title fixed overflow Fixed overflow (fixes #402) Sep 1, 2021
@@ -79,6 +79,9 @@ export default {
font-family: $font-header;
font-size: 1.5rem;
justify-content: center;
word-break: break-word;
text-align: center;
// word-wrap: break-word;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's not needed, pls remove commented line.

@OtisRed OtisRed merged commit 8f02171 into CodeForPoznan:master Nov 3, 2021
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.

2 participants