@trudb/tru-common-lib 0.0.524 → 0.0.525

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.
@@ -2562,7 +2562,7 @@ class TruMatSelectPanel {
2562
2562
  if (currentWidth > maxWidth)
2563
2563
  maxWidth = currentWidth;
2564
2564
  });
2565
- panelParentElement.style.minWidth = (maxWidth + 60) + 'px';
2565
+ panelParentElement.style.minWidth = (maxWidth + 85) + 'px';
2566
2566
  this.documentMouseUpEventFn = this.renderer.listen(document, 'mouseup', (event) => {
2567
2567
  if (event.target !== this.select.panel.nativeElement && event.button !== 2) {
2568
2568
  this.removeListeners();