a {
  min-height: initial;
}

b {
  min-height: inherit;
}

c {
  min-height: unset;
}

d {
  min-height: 0;
}

e {
  min-height: 2em;
}
