You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After fast looking: there are two spans - one for text and one for caret. Caret i being pulled right with pull-right => float:right. Firefox puts it in new line unless the text is as well floated.
Adding float:left to text span fixes the issue. Could you check if it fixes that and doesn't break anything and merge it ?
#557: Fixed visual error on firefox. In single-select mode select
component had extended height due to caret symbol going into new line.
Added float:left to placeholder class to fix this.
On Firefox 50 latest version of ng2-select (1.2.1) is too large when using single select. After selection the size is goes back to normal.
Settings:
Firefox50 + Angular 2.2.4 + Bootstrap4 alpha 5
The text was updated successfully, but these errors were encountered: