creativetimofficial / ct-soft-ui-design-system-pro

Soft UI Design System PRO - Premium Bootstrap 5 UI kit
https://www.creative-tim.com/product/soft-ui-design-system-pro
16 stars 2 forks source link

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

Open snowcrash-arin opened 3 years ago

snowcrash-arin commented 3 years ago

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 commented 3 years ago

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 commented 2 years ago

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

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