Commit ef246333 authored by Phil Hughes's avatar Phil Hughes

adjust styling to remove gaps

parent 33df949e
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment