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

Add white-space attribute to tooltip #4179

Merged
merged 1 commit into from Oct 11, 2023
Merged

Add white-space attribute to tooltip #4179

merged 1 commit into from Oct 11, 2023

Conversation

norbye
Copy link
Member

@norbye norbye commented Oct 11, 2023

Description

Fixes the bug where the tooltip on the frontepage for "Festet event" would not wrap to multiple lines. Occurred due to inheriting styling from the compactEvent element.

Result

Before

image

After

image

Testing

  • I have thoroughly tested my changes.

Resolves ABA-585

Needed to override white-space attribute on homepage.
@linear
Copy link

linear bot commented Oct 11, 2023

ABA-585 Tooltip overflows on overview page

Tooltips have a max width, so normally its content would break, but something is preventing it from breaking here on the overview page:

image.png

@github-actions github-actions bot added the review-needed Pull requests that need review label Oct 11, 2023
@norbye norbye added the bug-fix Pull requests that fix a bug label Oct 11, 2023
@ivarnakken
Copy link
Member

Thanks a lot!

@norbye
Copy link
Member Author

norbye commented Oct 11, 2023

Thanks a lot!

Brilliant, thanks for the reviews!

@norbye norbye added approved Pull requests that have been approved ready-to-merge Pull requests that have been approved and are ready to be merged and removed review-needed Pull requests that need review labels Oct 11, 2023
@norbye norbye merged commit 311241f into master Oct 11, 2023
4 checks passed
@norbye norbye deleted the bugfix-tooltip branch October 11, 2023 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Pull requests that have been approved bug-fix Pull requests that fix a bug ready-to-merge Pull requests that have been approved and are ready to be merged
Projects
None yet
2 participants