Here is the issue I am facing
<table><tr><td><div></div><div></div></td></tr></table>
You can see that the options and row text are not vertically aligned in the middle
I could place them inside a table, but it would result in adding more unnecessary code
Is there a better solution when using float left and right?
Thank you for any assistance
The following image illustrates my concern:
Please refrain from suggesting solutions like setting exact line-heights or inserting another table inside the td element