Skip to content

Commit b009e0b

Browse files
committed
Fix dropdown style issue
1 parent fca8c6f commit b009e0b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/shared/dso-page/dso-edit-menu/dso-edit-expandable-menu-section/dso-edit-menu-expandable-section.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<button [attr.aria-label]="itemModel.text | translate" [title]="itemModel.text | translate" class="btn btn-dark btn-sm" ngbDropdownToggle [dsBtnDisabled]="section.model?.disabled">
66
<i class="fas fa-{{section.icon}} fa-fw"></i>
77
</button>
8-
<ul ngbDropdownMenu class="dso-edit-menu-dropdown">
8+
<ul ngbDropdownMenu class="dso-edit-menu-dropdown p-1">
99
@for (subSection of (subSections$ | async); track subSection) {
10-
<li class="nav-item nav-link d-flex flex-row">
10+
<li class="nav-item nav-link d-flex flex-row p-2">
1111
@if (renderIcons$ | async) {
1212
<div class="me-2">
1313
@if (subSection.icon) {

0 commit comments

Comments
 (0)