Browse Source

Update references-dropdown.component.ts

pull/405/head
Sebastian Stehle 6 years ago
committed by GitHub
parent
commit
b04393a570
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/Squidex/app/features/content/shared/references-dropdown.component.ts

4
src/Squidex/app/features/content/shared/references-dropdown.component.ts

@ -47,7 +47,7 @@ type ContentName = { name: string, id?: string };
</ng-template>
</sqx-dropdown>`,
styles: [
'.truncate { min-height: 1.2rem; }'
'.truncate { min-height: 1.5rem; }'
],
providers: [SQX_REFERENCES_DROPDOWN_CONTROL_VALUE_ACCESSOR],
changeDetection: ChangeDetectionStrategy.OnPush
@ -166,4 +166,4 @@ export class ReferencesDropdownComponent extends StatefulControlComponent<State,
public trackByContent(content: ContentDto) {
return content.id;
}
}
}

Loading…
Cancel
Save