Merge pull request #601 from nextcloud/fix-workflowengine-loading

Fix loading icon for workflowengine
This commit is contained in:
Joas Schilling 2016-07-27 14:04:54 +02:00 committed by GitHub
commit e6f4ba5929
1 changed files with 5 additions and 0 deletions

View File

@ -41,3 +41,8 @@
cursor: pointer;
}
.workflowengine .rules .icon-loading-small {
display: inline-block;
margin-right: 5px;
}