-
-
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
Height of .radio-inline #11456
Comments
Example please? |
Copied part of the form below.
|
Per the docs, the |
@cvrebert Thank you Chris, that was my mistake.
|
No. Is it still the wrong height after making that change? |
Radios are OK now, but the height of the entire |
@tivnet This is within a |
No, regular form, with two-column layout ( |
Could you post your example as a JS Bin? |
Please make the zoom to see two columns (obviously no problem on "xs") |
Confirmed after some fiddling with your JS Bin. |
You hadn't made the change I prescribed. You also had extraneous |
Without divs it's even worse |
Chrome volt néhány nagy magasságban, így az űrlap sort lehetett igazítani.@ Márka elsődleges: # cc181e;----@ Link-hover-color: elsötétül (@ link-szín, 15%);----@ Brand-figyelmeztetés: # f25d18;----+-----,,,,. |
AZ űrlap sort lehetett igazítani. @ Marka elsődleges: # cc181e; --- @ Brand-figyelmeztetés : # f25d18; ---- + -----,,,,. |
Well, now they're at their natural/actual height. It just happens to be too short for your particular case. |
What I see is their natural height differs in FF/Chrome, and also depends on the font size. It would be excellent if the height of radio-inline group was always the same as height of text input group. I realize that it will always break if radio buttons laid out vertically.. but for horizontal, I believe they should match the other single-line controls. |
For the time being, we won't be able to do this. It'd mean adding an extra Will track for v4 when we can revisit some of this stuff. |
Edit:
The height of a .radio-inline group is not the same as the height of other single-line controls, making it hard to align in a tabular form.
Original issue (bogus)
For some reason, radio buttons on Chrome had some large height, so the form row was impossible to align.
This helped in my case:
The text was updated successfully, but these errors were encountered: