Fix <small> font size
This commit is contained in:
parent
ceadadbe95
commit
9e92684593
|
|
@ -327,6 +327,10 @@ export default {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
|
small {
|
||||||
|
font-size: 75%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-footer > .dropdown-menu {
|
.item-footer > .dropdown-menu {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user