a {
  min-height: initial;
}

b {
  min-height: inherit;
}

c {
  min-height: unset;
}

d {
  min-height: 0px;
}

e {
  min-height: 2em;
}
