-
Notifications
You must be signed in to change notification settings - Fork 85
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
Display:inline-block and whitespace in your html #23
Comments
wtf, html |
Wat. |
This is an intended behavior (inline block is supposed to account for whitespace around it) but it seems antiquated as layout other than DOM order should be almost entirely up to css. It also makes for a lot of freaking out when your basic code isn't working |
Also here: #1 :-) |
Closing as dupe of #1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2 side by side elements at 50% width will not float next to each other unless there is no whitespace in the HTML http://codepen.io/tevko/pen/dsKjf/
The text was updated successfully, but these errors were encountered: