Topic: form-outline-select-no-results-padding variables are undefined
bobperik
premium
asked 3 months ago
Expected behavior
A padding, which is set via --mdb-form-outline-select-no-results-padding-left
Actual behavior No padding because the variable is undefined, see screenshot.
Resources (screenshots, code snippets etc.)
Add comment
mlazaru
staff
answered 3 months ago
Thank you for reporting this issue, we will fix it soon.
CSS Workaround:
.select-no-results {
padding-left: 16px;
padding-right: 16px;
}
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- User: Premium
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: MDB5 6.0.0
- Device: Any
- Browser: Firefox
- OS: MacOS
- Provided sample code: Yes
- Provided link: No