-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Radio button position without label #14642
Comments
We haven't made a release since that fix was merged. You'd need to test against |
Yeah, still looks broken to me. |
It was likely fixed when we were using |
We should probably add a visual test for this. |
Gah, I actually don't think there's much we can do here with the way this stuff is currently implemented. We really just ought to roll back the |
Nevermind, got it working—was using the inline radios/checkboxes, for which this won't work because of their lack of surrounding |
* 'master' of github.com:callistino/bootstrap: (102 commits) the justified nav bug is still present in Safari v7.1 grunt Fixes twbs#14592: Add new variable for progress border radius grunt Fixes twbs#14642: Add docs mention for blank checkboxes and radios grunt Make it easier to see failing tests in Sauce screencasts tweak `grunt docs` description fix twbs#14609 Follow-up to twbs#14581: Use div instead of HTML5 section for IE8 Fix tooltip misplacement with "auto top" Fixes twbs#14628, twbs#14629: Add note to docs about grunt docs command grunt grunt Must explicitly destroy tooltip in SVG unit test since its container is body. modal docs: ensure all <button>s have an explicit `type` attribute Update github links in footer. README.md: Add npm install info. Remove unused Tooltip#validate method grunt ... Conflicts: dist/css/bootstrap-theme.css.map dist/css/bootstrap.css dist/css/bootstrap.css.map dist/css/bootstrap.min.css dist/js/bootstrap.js dist/js/bootstrap.min.js docs/_includes/components/badges.html docs/_includes/components/input-groups.html docs/_includes/components/pagination.html docs/_includes/js/collapse.html docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap-theme.css.map docs/dist/css/bootstrap.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css docs/dist/js/bootstrap.js docs/dist/js/bootstrap.min.js less/dropdowns.less less/forms.less less/jumbotron.less less/panels.less less/print.less
It seems that position of radio button "without label" is strange.
I saw thread and CSS of related issue below.
#13997
e2029e1
But, when I removed label of radio in bootstrap CSS example page below, radio button position is strange on Google Chrome.
http://getbootstrap.com/css/#forms-controls
Change for issue 13997 is correct? Or is HTML markup of example page wrong?
Thanks.
The text was updated successfully, but these errors were encountered: