creativetimofficial / ct-paper-kit-2-pro-angular

Paper Kit 2 PRO Angular version
2 stars 6 forks source link

Dropdown menu alignment problem #5

Closed vardaru closed 5 years ago

vardaru commented 5 years ago

Thanks guys for updating paper-kit with latest libraries. I see one lib stays unchanged: bootstrap. If I upgrade bootstrap from 4.0.0-beta to 4.1.3, dropdown menu boxes are shifted to the right. The following is a screen shot of the examples menu.

screenshot 2018-09-14 15 25 14

vardaru commented 5 years ago

Any news?

chelaruc commented 5 years ago

@vardaru all you have to do is to go to src/assets/sass/paper-kit/_dropdown.scss file and replace the line 162(right: -2px;) with right: -2px !important;.