-
Notifications
You must be signed in to change notification settings - Fork 17
IBX-10575: Fixed dropdown alignment #1750
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
base: 4.6
Are you sure you want to change the base?
Conversation
|
{{ 'dropdown.placeholder'|trans|desc("Choose an option") }} | ||
{% endif %} | ||
</span> | ||
|
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.
text-overflow: ellipsis; | ||
transition: all $ibexa-admin-transition-duration $ibexa-admin-transition; | ||
|
||
&-label { |
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.
We do not use it like that. It is less readable.
Please do &__selected-item-label {}
outside of the &__selected-item
{{ 'dropdown.placeholder.empty'|trans|desc("No options available") }} | ||
<span class="ibexa-dropdown__selected-item-label"> | ||
{{ 'dropdown.placeholder.empty'|trans|desc("No options available") }} | ||
</span |
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.
</span | |
</span> |
Description:
For QA:
Documentation: