Skip to content
Snippets Groups Projects
Unverified Commit ef246333 authored by Phil Hughes's avatar Phil Hughes
Browse files

adjust styling to remove gaps

parent 33df949e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -728,20 +728,40 @@
margin-right: -5px;
}
 
.deploy-heading {
.media-body {
min-width: 0;
}
}
.deploy-body {
display: flex;
flex-wrap: wrap;
 
@media (min-width: $screen-md-min) {
flex-wrap: nowrap;
white-space: nowrap;
}
> *:not(:last-child) {
margin-right: .3em;
}
.btn {
margin-left: $gl-padding;
}
}
 
.deploy-link {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex: 1 1 100px;
min-width: 100px;
max-width: 150px;
@media (min-width: $screen-md-min) {
max-width: 100%;
}
}
 
.mr-memory-usage {
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