Checkbox level inside row
-
Hi
How make(move) Checkbox to same level like Input using Field inside Row
https://jsfiddle.net/conx/76krxz5w/5/ -
I’m not exactly sure what you are asking.
Is it supposed to look like this?
https://jsfiddle.net/Hawkeye64/76krxz5w/12/ -
- “checkbox” and “select” with float-label in different cols but same high in row (sorry my english)
-
That would be very difficult lining them up that way. That’s because the height of the checkbox is different than the height of the select. You could play around with
style=height: XXpx;
, where XX is some pixel value, but I don’t think you’re going to get what you want. You could even make the q-field a constant height and vertically center inside, but I still don’t think that will achieve the affect you are looking for. -
ok, height of the checkbox is different but i want just bottom line in same level
-
https://jsfiddle.net/yevfwmL0/ Like that?
Scott
-
@s-molinari Looks good!
-
Hehe…Thanks @Hawkeye64. My own next complaint would be the lines don’t match. LOL!
Scott
-
How about this? https://jsfiddle.net/khrd3gy9/
Scott
-
Thanks