Skip to content

Commit f6fc471

Browse files
committed
Merge pull request #276 from robrez/master
Use flex-auto to fix IE
2 parents 78f1744 + caf5650 commit f6fc471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paper-input-container.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
}
173173

174174
.label-and-input-container {
175-
@apply(--layout-flex);
175+
@apply(--layout-flex-auto);
176176
@apply(--layout-relative);
177177
}
178178

0 commit comments

Comments
 (0)