Skip to content

Commit

Permalink
minor css improvement with editable text (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 26, 2024
1 parent 81119ac commit 2531ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/EditableText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const vFocus = {

<style scoped>
.editable-text {
display: inline-block;
display: inline;
}
.editable-text input {
width: 100%;
Expand Down

0 comments on commit 2531ec1

Please sign in to comment.