@klippa/ngx-enhancy-forms 14.22.0 → 14.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2474,6 +2474,7 @@ class WithTooltipDirective {
|
|
|
2474
2474
|
this.div.textContent = textToDisplay;
|
|
2475
2475
|
}
|
|
2476
2476
|
else if (this.templateInstance) {
|
|
2477
|
+
this.div.style.maxWidth = 'none';
|
|
2477
2478
|
this.div.style.visibility = 'hidden';
|
|
2478
2479
|
this.div.appendChild(this.templateInstance);
|
|
2479
2480
|
setTimeout(() => {
|