Skip to content

Commit

Permalink
Merge branch 'fix-create-finding-diaglog-ui' into 'main'
Browse files Browse the repository at this point in the history
Fix UI glich in create finding dialog

See merge request reportcreator/reportcreator!358
  • Loading branch information
MWedl committed Nov 30, 2023
2 parents 83e8ffe + e23083b commit d45560d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/CreateFindingDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ function onKeydown(event: KeyboardEvent) {
}
.v-combobox__selection {
opacity: 1;
height: auto;
}
}
&:not(.hide-input):deep() {
Expand Down

0 comments on commit d45560d

Please sign in to comment.