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
In terms of bootstrap variables, the 14px and 20px are clearly @baseFontSize and @baseLineHeight.. not sure what the 4px padding I found by trial and error should be defined as...
The text was updated successfully, but these errors were encountered:
I agree this is important. I've got similar styles in the project in which I'm using this library - I'll see about moving them upstream to address this.
@nickl- In the bootstrap3 branch this is taken care of ("Input Groups"), albeit sloppy:
Currently an additional CSS-class needs to be added to Bootstrap 3s .input-group container to adjust the Select2 border-radii – revisiting this I wonder why I didn't use just CSS selectors instead.
When placing a select2 next to a bootstrap input-prepend addon, the select2 is not styled properly. It needs:
For this, with default bootstrap variables I am using this css:
In terms of bootstrap variables, the 14px and 20px are clearly @baseFontSize and @baseLineHeight.. not sure what the 4px padding I found by trial and error should be defined as...
The text was updated successfully, but these errors were encountered: