Zahen MALLA OSMAN
Zahen MALLA OSMAN
I have the same issue. I'm using Angular 11+. Resolved by downgrading `angular-animations` from `0.11.0` to `0.0.10`. For maintainers, it would be nice to upgrade the library according to prevent...
@42plamusse, `min-width: 0!important;` does not work for me Angular 12 MDBootstrap 11
@42plamusse, thank you for your response. No, I have my styles.scss at the end of the section: ``` "node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss", "node_modules/@fortawesome/fontawesome-free/scss/solid.scss", "node_modules/@fortawesome/fontawesome-free/scss/regular.scss", "node_modules/@fortawesome/fontawesome-free/scss/brands.scss", "node_modules/angular-bootstrap-md/assets/scss/bootstrap/bootstrap.scss", "node_modules/angular-bootstrap-md/assets/scss/mdb.scss", "node_modules/animate.css/animate.css", "node_modules/angular2-toaster/toaster.css", "node_modules/@ng-select/ng-select/themes/material.theme.css", "node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css", "projects/app/src/styles.scss" ```...