Skip to content
Snippets Groups Projects
Commit 94a08ec1 authored by Annabel Dunstone's avatar Annabel Dunstone
Browse files

Add margin between labels; remove underline hover style on status button

parent c49517a0
No related branches found
No related tags found
No related merge requests found
Loading
@@ -43,6 +43,13 @@
Loading
@@ -43,6 +43,13 @@
border-top-width: 1px; border-top-width: 1px;
} }
   
.commit-link {
a:hover {
text-decoration: none;
}
}
.branch-commit { .branch-commit {
   
.branch-name { .branch-name {
Loading
@@ -80,7 +87,12 @@
Loading
@@ -80,7 +87,12 @@
margin-left: 0; margin-left: 0;
} }
   
.label {
margin-right: 4px;
}
.label-container { .label-container {
font-size: 0;
   
.label { .label {
margin-top: 5px; margin-top: 5px;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment