I made a fiddle to demonstrate my problem and what I'm trying to do. http://jsfiddle.net/kvseelbach/rXEEZ/20/I have tried the following CSS:\[code\]td a[class^="icon-"]:before, td a[class*="icon-"]:before { padding-right:2px; }\[/code\]I am using FontAwesome with bootstrap and want to prevent the nudging of the second icon in each cell (display/edit record links) when the first link is hovered and enlarges. I tried border transparent, padding-right on :before item, etc. and haven't been able to perfect it. How can I get this to work smoothly with CSS?