Comments 1Max started the conversationAugust 4, 2020 at 2:43pmI need to show long URL in Master-Detail popup and found a problem. The URL string goes far away outside the popup window. Just have a look: https://prnt.sc/ttwk85 As a result the information inside the popup looks not very readable :) Our developers recommend add the style to fix it: #wdt-md-modal .modal-body .detailColumn { word-break: break-word; }Thanks! 2,572Aleksandar repliedAugust 5, 2020 at 7:05pmHello MaxThat's as good advice as any. I would recommend that as well, maybe a bit different class, though: .wpdt-c .modal-dialog { word-break: break-word !important; }That would include the fix on all modal dialogs, not just the master-detail modal.I'll forward this to our development team, so they can fix it in the future updates.Kind Regards, Aleksandar Vuković[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
I need to show long URL in Master-Detail popup and found a problem. The URL string goes far away outside the popup window. Just have a look: https://prnt.sc/ttwk85
As a result the information inside the popup looks not very readable :)
Our developers recommend add the style to fix it:
#wdt-md-modal .modal-body .detailColumn {
word-break: break-word; }
Thanks!
Hello Max
That's as good advice as any. I would recommend that as well, maybe a bit different class, though:
That would include the fix on all modal dialogs, not just the master-detail modal.
I'll forward this to our development team, so they can fix it in the future updates.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables