align icons if the are in a umb-table

This commit is contained in:
Niels Lyngsø
2019-10-09 16:53:30 +02:00
parent 188cc2a9fd
commit c091d21034
3 changed files with 8 additions and 3 deletions

View File

@@ -241,3 +241,7 @@ table th[class*="span"],
background-color: darken(@infoBackground, 5%);
}
}
.table .icon {
vertical-align: bottom;
}