Skip to content

Commit e6b5ff2

Browse files
author
Adam Bradley
committed
fix(input): long input text adjusts left on focus
Closes #1390
1 parent cc46735 commit e6b5ff2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/_list.scss

+4
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@
9191
.padding-horizontal > .list .item {
9292
margin-right: 0;
9393
margin-left: 0;
94+
95+
&.item-input input {
96+
padding-right: 44px;
97+
}
9498
}
9599
.padding-left > .list .item {
96100
margin-left: 0;

0 commit comments

Comments
 (0)