Skip to content

Commit

Permalink
fix(desktop): align center the key value editor
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and Red-Asuka committed Jan 31, 2024
1 parent fbd7128 commit d5e9d34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/KeyValueEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export default class KeyValueEditor extends Vue {
.editor-row {
overflow: hidden;
display: flex;
align-items: center;
&:not(:last-child) {
margin-bottom: 10px;
}
Expand Down

0 comments on commit d5e9d34

Please sign in to comment.