Came across a weird CSS issue. Can someone explain why the box having content is not vertically aligned?
If you put text inside the span with class .divPutText
.divPutText
You need to add vertical-align: top; to .divAccountPicker demo
vertical-align: top;
.divAccountPicker