.foo {
min-height:10px;
height: auto !important;
height: 10px;
}

.bar {
min-width:10px;
width: auto !important;
width: 10px;
}
