Skip to content

Commit

Permalink
refactor(flat-pages): fix the pmi menu item height (#2064)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrious authored Oct 27, 2023
1 parent f79760a commit 07566d1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@
font-family: var(--font-family);

.pmi-selector-item {
height: auto;
padding: 8px 12px;
color: var(--grey-6);
cursor: pointer;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pmi-selector-item:hover {
Expand Down Expand Up @@ -74,4 +76,4 @@
background: var(--grey-9);
}
}
}
}

0 comments on commit 07566d1

Please sign in to comment.