Commit f1971da9 authored by Filipa Lacerda's avatar Filipa Lacerda

Guarantees buttons will always stay in the same line

parent 7da0da3f
......@@ -181,6 +181,7 @@
.pipeline-actions {
padding-right: 0;
min-width: 170px; //Guarantees buttons don't break in several lines.
.btn-default {
color: $gl-text-color-secondary;
......@@ -317,7 +318,7 @@
}
.pipeline-actions {
min-width: initial;
min-width: 170px;
}
}
......
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