CSS min-height and min-width should not be "auto"

This commit is contained in:
Andreas Schempp 2015-12-11 11:02:22 +01:00
parent b782cf97cb
commit 107c44a367

View File

@ -276,8 +276,8 @@ table tbody ul {
}
.metrics-horizontal .metric {
min-height: auto;
min-width: auto;
min-height: 0;
min-width: 0;
}
.metrics-horizontal .metric .value,
.metrics-horizontal .metric .label {