Skip to content

Commit

Permalink
nit #209
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Feb 24, 2025
1 parent 99bd9a3 commit 56f27dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ async function deleteSectionValue(tileId: string) {
<div v-else>{{ props.metaStringText.noRecords }}</div>
</template>
<style scoped>
:deep(.drawer) {
padding: 1rem 2rem;
}
.controls {
display: flex;
flex-direction: row;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,3 @@ const metaStringLabel: MetaStringText = {
</template>
</MetaStringViewer>
</template>

<style scoped>
:deep(.drawer) {
padding: 1rem 2rem;
}
</style>

0 comments on commit 56f27dc

Please sign in to comment.