Skip to content

Commit

Permalink
Fix: Circuit Elements Panel Bug Hiding Lower Section (#286)
Browse files Browse the repository at this point in the history
* fix: circuit elements panel issue resolved #285

* fix: decreased elements panel sections height #285

---------

Co-authored-by: Arnabdaz <[email protected]>
  • Loading branch information
itsHamdySalem and Arnabdaz authored Mar 25, 2024
1 parent 0a584e8 commit 8fa90f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Panels/ElementsPanel/ElementsPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,8 @@ function getTooltipText(elementName) {
}
</script>

<style scoped></style>
<style scoped>
.v-expansion-panel-title {
min-height: 36px;
}
</style>

0 comments on commit 8fa90f7

Please sign in to comment.