diff options
author | Annabel Gray <annabel.m.gray@gmail.com> | 2018-05-29 17:50:19 +0000 |
---|---|---|
committer | Annabel Gray <annabel.m.gray@gmail.com> | 2018-05-29 17:50:19 +0000 |
commit | c189246db636a7fb2b0870b684170616eabf17e1 (patch) | |
tree | 9bb36259998e3f458443b2dacb37411c773c24c6 | |
parent | efcadd2d3c3eaa1e8d25275d8aef357a2ffb6fcb (diff) | |
parent | b30756aa58528e90b8b28dceaef6342d68390163 (diff) | |
download | gitlab-ce-c189246db636a7fb2b0870b684170616eabf17e1.tar.gz |
Merge branch 'bootstrap-job-log' into 'master'
Auto wrap job logs
Closes #46705
See merge request gitlab-org/gitlab-ce!19209
-rw-r--r-- | app/assets/stylesheets/bootstrap_migration.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss index 2f3e14bb6c5..e1a47f3d686 100644 --- a/app/assets/stylesheets/bootstrap_migration.scss +++ b/app/assets/stylesheets/bootstrap_migration.scss @@ -151,3 +151,7 @@ table { .nav-tabs .nav-link { border: 0; } + +pre code { + white-space: pre-wrap; +} |