-
Notifications
You must be signed in to change notification settings - Fork 0
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 UX link mobile login #10
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request does not contain a valid label. Please add one of the following labels: ['type: feature', 'type: change', 'type: fix', 'type: removal', 'target: developer-experience', 'type: internal']
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @rsdeus I need some check s on this one, and a change ;)
Thanks
|
||
svg { | ||
@apply w-8 h-6 fill-current; | ||
} | ||
|
||
svg + span { | ||
@apply text-sm first-letter:uppercase pr-4 w-16; | ||
@apply text-sm first-letter:uppercase pr-4 w-auto; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@apply text-sm first-letter:uppercase pr-4 w-auto; | |
@apply text-sm first-letter:uppercase pr-4 w-auto shrink-0; |
|
||
svg { | ||
@apply w-8 h-6 fill-current; | ||
} | ||
|
||
svg + span { | ||
@apply text-sm first-letter:uppercase pr-4 w-16; | ||
@apply text-sm first-letter:uppercase pr-4 w-auto; | ||
flex-shrink: 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
flex-shrink: 0; |
🎩 What? Why?
The sentence "Se connecter" is broken on two lines with the french locale
📌 Related Issues
https://git.octree.ch/decidim/decidim-nightly/-/issues/68#note_46918
Testing
On the homepage without logging in, change the locale to
Français
📷 Screenshots