Topic: Label data-error | data-success bug
gionatan.cardelli free asked 4 years ago
With version 4.15.0 .md-form>label has overflow hidden and text-overflow: ellipsis so the annoying labels longer than input is solved
But with overflow: hidden data-error and data-success message are hide too
There is some workaround for this or we have to overwrite css rule?
Mateusz Łubianka staff answered 4 years ago
You are right. I will create a task with this issue and our team will fix it as soon as possible. For now you can overwrite styles, for example,
.md-form>label[data-success], .md-form>label[data-error] {
overflow:visible;
}
Thank you very much for reporting this.
Best,
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.15.0
- Device: Computer
- Browser: Chrome
- OS: Windows 10
- Provided sample code: No
- Provided link: No