CSS: Fix alignment of action icon in tables

This commit is contained in:
Florian Strohmaier 2016-04-05 14:14:03 +02:00 committed by Eric Lippmann
parent 73a80234cb
commit ab626c211b
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
}
.icon-col {
text-align: center;
width: 1em;
}