diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2017-02-23 11:13:51 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2017-02-23 11:13:51 +0000 |
commit | f1971da939f211e0fff298d59e822b5e4d90aa60 (patch) | |
tree | 78a07910263a97c83277f57fa2c09538c12329bc | |
parent | 7da0da3f20ab78fc57f4d5cc1152322049f18b1a (diff) | |
download | gitlab-ce-f1971da939f211e0fff298d59e822b5e4d90aa60.tar.gz |
Guarantees buttons will always stay in the same line
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index bc0382fb908..b67f6b731a8 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -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; } } |