Add slight margin to perfectly align empty state text

This commit is contained in:
Andrew Kingston 2020-10-28 17:09:10 +00:00
parent 1e41461a90
commit 7d632445a9
4 changed files with 4 additions and 0 deletions

View File

@ -27,5 +27,6 @@
i {
font-size: var(--font-size-m);
color: var(--grey-5);
margin-top: 2px;
}
</style>

View File

@ -13,5 +13,6 @@
i {
font-size: var(--font-size-m);
color: var(--grey-5);
margin-top: 2px;
}
</style>

View File

@ -29,5 +29,6 @@
i {
font-size: var(--font-size-m);
color: var(--grey-5);
margin-top: 2px;
}
</style>

View File

@ -13,5 +13,6 @@
i {
font-size: var(--font-size-m);
color: var(--grey-4);
margin-top: 2px;
}
</style>