Skip to content

Commit

Permalink
style: key value style adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Junk committed Nov 17, 2023
1 parent 3ca6bd4 commit 8a7f382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/KeyValue.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<style>
.value {
padding: 0.2rem;
min-width: 50rem;
}
.display-markdown {
padding: 0.5rem;
Expand Down
1 change: 1 addition & 0 deletions src/lib/singleview/general/General.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@
<style>
.key {
width: 15vw;
min-width: 20rem;
padding: 0.2rem;
vertical-align: top;
}
Expand Down

0 comments on commit 8a7f382

Please sign in to comment.