Skip to content

Commit

Permalink
feat: small CSS tweak for menu assignment popup
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmitro committed Mar 20, 2023
1 parent 2b8ec9c commit 35a7a7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/components/MenuPositionPopup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,10 @@ export default {
position: relative;
text-align: center;
top: 1px;
.button.button-disabled {
border-top: 1px solid var(--input-border-color);
}
}
.menu-position-items {
Expand Down

0 comments on commit 35a7a7b

Please sign in to comment.