Skip to content

Commit f3f22d2

Browse files
Update src/dialog/overflow-menu/overflow-menu-option.component.ts
Co-Authored-By: youda97 <[email protected]>
1 parent 2afb246 commit f3f22d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialog/overflow-menu/overflow-menu-option.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export class OverflowMenuOption implements AfterViewInit {
9393
}
9494

9595
ngAfterViewInit() {
96-
const button = this.elementRef.nativeElement.querySelector("button , a");
96+
const button = this.elementRef.nativeElement.querySelector("button, a");
9797
if (button.scrollWidth > button.offsetWidth) {
9898
this.title = button.textContent;
9999
}

0 commit comments

Comments
 (0)