ngx-hana-nameserver-history-viewer 1.1.9-9.1.beta → 1.1.9-9.2.beta

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.
@@ -949,7 +949,7 @@ class PortSelectorComponent {
949
949
  }
950
950
  PortSelectorComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.11", ngImport: i0, type: PortSelectorComponent, deps: [{ token: PortSelectorService }], target: i0.ɵɵFactoryTarget.Component });
951
951
  PortSelectorComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.11", type: PortSelectorComponent, selector: "port-selector", inputs: { disabled: "disabled", port: "port", ports: "ports" }, outputs: { portChange: "portChange" }, providers: [PortSelectorService], ngImport: i0, template: `
952
- <label>
952
+ <label style="width: 100%">
953
953
  <ngx-dropdown-list (selectionChange)="onChange($event)"
954
954
  [items]="displayPorts"
955
955
  [multiSelection]="false"
@@ -965,7 +965,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
965
965
  args: [{
966
966
  selector: 'port-selector',
967
967
  template: `
968
- <label>
968
+ <label style="width: 100%">
969
969
  <ngx-dropdown-list (selectionChange)="onChange($event)"
970
970
  [items]="displayPorts"
971
971
  [multiSelection]="false"