Fix small UI glitches

This commit is contained in:
Raphael Michel
2017-03-31 11:11:40 +02:00
parent 9dacea11dd
commit 7267496367
6 changed files with 21 additions and 8 deletions

View File

@@ -207,4 +207,13 @@ body.loading #wrapper {
width: 12px;
height: 12px;
margin-top: -2px;
}
}
.btn .fa {
@extend .fa-fw;
}
.action-col-2 {
min-width: 95px;
}