Skip to content

Commit 7480615

Browse files
fix: padding missing from inputs (#289)
1 parent ce5e940 commit 7480615

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/frontend/src/assets/css/globalStyles.css

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ form.inquirer-gui .v-field {
130130

131131
form.inquirer-gui .v-text-field input {
132132
margin-bottom: 0px;
133+
padding: 0 12px;
133134
margin-top: 0px;
134135
border-color: var(--vscode-panel-border, #cecece);
135136
}

0 commit comments

Comments
 (0)