diff options
author | Vitaly Baev <dj@vitalybaev.ru> | 2017-01-09 11:53:57 +0300 |
---|---|---|
committer | Vitaly Baev <dj@vitalybaev.ru> | 2017-01-09 11:53:57 +0300 |
commit | d2d1b5c4b26d5740ca83a731495127eed4507994 (patch) | |
tree | 5dc3f2ba8d48178901c1642f35016e546bdfdb76 | |
parent | 8ab94120ee0a87c7b1158ebafea101e3952ec758 (diff) | |
download | gitlab-ce-d2d1b5c4b26d5740ca83a731495127eed4507994.tar.gz |
Disallow CI’s finished time wrapping
Signed-off-by: Vitaly Baev <dj@vitalybaev.ru>
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index ed53ad94021..b0da1708947 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -213,6 +213,7 @@ .finished-at { color: $gl-text-color-secondary; margin: 4px 0; + white-space: nowrap; .fa { font-size: 12px; |