a {
  min-width: initial;
}

b {
  min-width: inherit;
}

c {
  min-width: unset;
}

d {
  min-width: 0;
}

e {
  min-width: 2em;
}
