A margin seems like a decent solution to me. If want it to only apply it certain resolutions, you could do an @media query. http://www.w3.org/TR/css3-mediaqueries/
Maybe you could try line-height? On Sat, May 5, 2012 at 2:03 PM, ShaunR <[email protected]> wrote: > I'm sure i'm not the only one who has noticed this. When using responsive > if you have a bunch of buttons inline and then shrink the browser down so > that they have to wrap they will end up touching. The only solution i've > found is to give the buttons a margin-bottom but this causes other > problems. Anybody have any ideas/workarounds/fixes? > > Example of problem. http://jsfiddle.net/DHZNv/2/ >
