ng-bootstrap - Typeahead dropdown width

前端 未结 7 830
我在风中等你
我在风中等你 2021-01-18 06:34

I started using the ng-bootstrap Typeahead component and I\'m pretty happy with that.

One thing I would like to achieve is to get the dropdown items to have the same

相关标签:
7条回答
  • 2021-01-18 07:17

    For me works ng-deep. Looks more safe and scoped:

    ::ng-deep .dropdown-menu { width: 100%; }
    
    0 讨论(0)
提交回复
热议问题