Skip to content

Commit

Permalink
Merge branch 'adg/scheme-report' into adg/100-scheme-editor-side-panel
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel committed Dec 3, 2024
2 parents 2b96c94 + d5280ed commit a8fd2be
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const props = defineProps<{
<template>
<div class="section">
<div class="header">
<h2>{{ props.titleText }}</h2>
<h3>{{ props.titleText }}</h3>
<div>
<Button
:label="$gettext(`Add ${props.titleText}`)"
Expand All @@ -36,7 +36,7 @@ const props = defineProps<{
align-items: center;
border-bottom: 1px solid var(--p-menubar-border-color);
}
.section .header h2 {
.section .header h3 {
flex: 1;
}
.content {
Expand Down

0 comments on commit a8fd2be

Please sign in to comment.