Skip to content

Commit 1eab960

Browse files
committed
Request-a-copy: Try to address theme compatibility of dropdown
1 parent 293e4c4 commit 1eab960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/request-copy/email-request-copy/email-request-copy.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
> {{ 'grant-request-copy.access-period.' + this.accessPeriod | translate }}
2828
</button>
2929
<!-- Access period dropdown -->
30-
<div ngbDropdownMenu aria-labelledby="accessPeriod">
30+
<div ngbDropdownMenu aria-labelledby="accessPeriod" class="dropdown-menu">
3131
@for (accessPeriod of (validAccessPeriods$ | async); track accessPeriod) {
3232
<button
3333
ngbDropdownItem

0 commit comments

Comments
 (0)