Prevent Superscripts and Subscripts from Affecting Line-Height

Avatar of Chris Coyier
Chris Coyier on (Updated on )
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}