Fixed: Center icons in tables

Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
Qstick 2018-11-11 00:04:04 -05:00
parent 342122cbb4
commit 14867cff7e
3 changed files with 7 additions and 1 deletions

View file

@ -36,7 +36,9 @@
.iconContainer {
display: inline-block;
width: 25px;
margin-right: 7px;
width: 18px;
text-align: center;
}
.noIcon {