I’ve been trying for a while to figure out how to make ‘Small Text’ vertically-align with ‘Large Text’. I did some reading, tried various examples with wrapping the content, using display:table, etc.
I would prefer not to float the elements, but if that is the easiest way then OK.
Any ideas?
Adding the rule
vertical-align:middle;to#OrdersEditTitleseems to do it.jsFiddle example