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

[Bug] dropdown-menu doesn't follow the dropdownMenuButton when "text-right" in div, <div class="dropdown text-right"> #10

Open
snowcrash-arin opened this issue Mar 8, 2021 · 2 comments

Comments

@snowcrash-arin
Copy link

Version

v1.0.2

Reproduction link

https://photos.app.goo.gl/nsQnFB2sCKhLBGzh6

Operating System

OSX

Device

Macbook PRO

Browser & Version

Chrome Version 89.0.4389.82

Steps to reproduce

### What is expected? dropdown-menu to following the position of the dropdownMenuButton. ### What is actually happening? Please check the link for the picture.

Solution

Additional comments

@rarestoma
Copy link
Contributor

Hi @snowcrash-arin,

Thank you for working with our products and sorry for our late response.

Can you please give me the code so I can test it and fix this?

Thank you,
Rares

@nexadomain
Copy link

In Bootstrap 5, class "text-right" has been replaced by "text-end".

Change
<div class="dropdown text-right"> to <div class="dropdown text-end">

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

No branches or pull requests

3 participants