blob: 66769fe73c203ec43ff01133d68b703ea488986f [file] [edit]
a {
min-height: initial;
}
b {
min-height: inherit;
}
c {
min-height: unset;
}
d {
min-height: 0px;
}
e {
min-height: 2em;
}