Fix <small> font size

This commit is contained in:
Pig Fang 2018-08-08 18:33:12 +08:00
parent ceadadbe95
commit 9e92684593

View File

@ -327,6 +327,10 @@ export default {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
small {
font-size: 75%;
}
}
.item-footer > .dropdown-menu {