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

Align notifications to the left #3364

Closed
wants to merge 1 commit into from
Closed

Conversation

CarolineDenis
Copy link
Contributor

Fixes #3227

@CarolineDenis CarolineDenis requested review from maxpatiiuk and a team April 18, 2023 14:38
@@ -142,7 +142,7 @@ export function Notifications({
'aria-live': 'polite',
className:
unreadCount > 0 && !isOpen
? '[&:not(:hover)]:!text-brand-300 [&:not(:hover)]:dark:!text-brand-400'
? '[&:not(:hover)]:!text-brand-300 [&:not(:hover)]:dark:!text-brand-400 text-left'
Copy link
Member

Choose a reason for hiding this comment

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

The issue affects not just this place, but every link in specify.
See a better fix in fc00e2b and e9d2d2e

Since it's already fixed on agent-merging branch, we can close this pull request

@maxpatiiuk maxpatiiuk closed this Apr 19, 2023
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.

Stop centering text when it overflows
2 participants