-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
box-sizing css missing in css file #16
Comments
mrgrain
added a commit
to mrgrain/colpick
that referenced
this issue
Jan 17, 2015
set common box-sizing and direction properties Signed-off-by: Moritz Kornher <[email protected]>
mrgrain
added a commit
to mrgrain/colpick
that referenced
this issue
Jan 17, 2015
set common box-sizing and direction properties Signed-off-by: Moritz Kornher <[email protected]>
Merged
Done. |
Fix merged! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.colpick, .colpick *{ direction:ltr; box-sizing:content-box; }
bootstrap is setting the box-sizing to border-box witch causing some problems in the layout
The text was updated successfully, but these errors were encountered: