Merge pull request #232 from mabashian/7410-inv-permissions

Give list-actions a static height in case all its contents are hidden
This commit is contained in:
Michael Abashian 2017-08-10 08:40:06 -04:00 committed by GitHub
commit ee28e683e0

View File

@ -901,6 +901,7 @@ input[type="checkbox"].checkbox-no-label {
.list-actions {
text-align: right;
margin-bottom: -34px;
height: 34px;
.fa-lg {
vertical-align: -8%;