[css] Round out the GitLab pipeline buttons and give them a bit of margin

This commit is contained in:
Sebastian Schulze 2022-06-24 21:18:06 +02:00
parent bbba11f68f
commit d3f5ec642f
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 5 additions and 0 deletions

View File

@ -146,6 +146,11 @@ body.gl-platform-linux .js-pipeline-graph .build {
width: auto;
}
body.gl-platform-linux .js-pipeline-container button.gl-button !important {
border-radius: none;
margin-left: 1em;
}
body.gl-platform-linux .js-pipeline-graph .gl-text-truncate {
overflow: visible;
}