Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-05-29 19:11:09 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-05-29 19:11:09 +0300
commitb30756aa58528e90b8b28dceaef6342d68390163 (patch)
treebd3d6b462d9cf1bfc1b88f57e1c5ae5e85cb465a /app/assets/stylesheets/bootstrap_migration.scss
parenta6b828ca0c7ce580f684ad3a7a772f76c3a93bc9 (diff)
Auto wrap job logs
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss4
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;
+}