Skip to content

Commit

Permalink
Adjust modal style
Browse files Browse the repository at this point in the history
  • Loading branch information
stefandesu committed Aug 12, 2024
1 parent efe6907 commit 56ca7b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ const examples = [
Zielvokabulare filtern
</h1>
</template>
<div style="padding: 10px;">
<div style="padding: 20px;">
Zeige Anreicherungen aus den folgenden Vokabularen:
<template
v-for="scheme in state.schemes"
Expand Down Expand Up @@ -629,7 +629,7 @@ const examples = [
Mappingtypen filtern
</h1>
</template>
<div style="padding: 10px;">
<div style="padding: 20px;">
Zeige Anreicherungen basierend auf folgenden Mappingtypen:
<template
v-for="type in jskos.mappingTypes"
Expand Down

0 comments on commit 56ca7b2

Please sign in to comment.