Skip to content

Commit a997fa6

Browse files
authored
Merge pull request #767 from Adamant-im/fix/password-field-fit
feat: text does not reach icon and is centered
2 parents b03b2ca + a9e1ce3 commit a997fa6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/components/LoginForm.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ export default defineComponent({
174174
175175
&:deep(.v-field__input) {
176176
width: 100%;
177-
padding-right: 0;
177+
padding-right: 32px;
178+
padding-left: 32px;
178179
}
179180
}
180181
}

src/components/LoginPasswordForm.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,8 @@ export default defineComponent({
160160
161161
&:deep(.v-field__input) {
162162
width: 100%;
163-
padding-right: 0;
163+
padding-right: 32px;
164+
padding-left: 32px;
164165
}
165166
166167
:deep(input) {

0 commit comments

Comments
 (0)