Topic: Select box controls overflowing with long texts

modernwebdesign priority asked 1 year ago


**Expected behavior**

Long text should not overflow the controls.

**Actual behavior**

Controls in select box overlay with long texts, (see uploaded image)

**Resources (screenshots, code snippets etc.)**

Screenshot


Michał Duszak staff commented 1 year ago

Thank you for your feedback. We will take a closer look at this case. By the time, you can work this around by adding some padding-right to the input. Example style which will apply this to every select on the page:

mdb-select > input {
 padding-right: 36px !important; 
}

In case styles don't apply, you will need to add encapsulation: ViewEncapsulation.None

to your @Component decorator.



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Priority
  • Premium support: Yes
  • Technology: MDB Angular
  • MDB Version: MDB5 2.2.0
  • Device: Windows
  • Browser: Edge
  • OS: Windows
  • Provided sample code: No
  • Provided link: No