Merge pull request #383 from jenkinsci/bug/JENKINS-37022-branches-actions-spacing

[JENKINS-37022] add a little spacing to actions on Branches tab
This commit is contained in:
Cliff Meyers 2016-07-28 14:50:17 -04:00 committed by GitHub
commit 39b4ffa0de
1 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,10 @@
.actions {
display: flex;
align-items: center;
& > * {
margin-left: 5px;
}
}
}