Skip to content

Commit 664c3b9

Browse files
authored
Merge branch 'main' into labelDuplication#292
2 parents 5308232 + 8fa90f7 commit 664c3b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/components/Panels/ElementsPanel/ElementsPanel.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,8 @@ function getTooltipText(elementName) {
233233
}
234234
</script>
235235

236-
<style scoped></style>
236+
<style scoped>
237+
.v-expansion-panel-title {
238+
min-height: 36px;
239+
}
240+
</style>

0 commit comments

Comments
 (0)