minor css improvement with editable text (#990)

This commit is contained in:
Alex "mcmonkey" Goodwin
2024-09-27 08:26:24 +09:00
committed by GitHub
parent 81119acaf2
commit 2531ec178e

View File

@@ -73,7 +73,7 @@ const vFocus = {
<style scoped>
.editable-text {
display: inline-block;
display: inline;
}
.editable-text input {
width: 100%;