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:
authorDouwe Maan <douwe@gitlab.com>2015-11-12 14:45:49 +0300
committerDouwe Maan <douwe@gitlab.com>2015-11-18 14:02:09 +0300
commit5036d8d5d55a8b22e423fb440d75f3d3949038d6 (patch)
tree34a381b5c86a893cec9a11b2778a50f184ec24fc /app/assets/stylesheets/framework/tw_bootstrap.scss
parent91fdbdcde7f2d58f6f5987640eed538588822b93 (diff)
Fix styling of import error.
Diffstat (limited to 'app/assets/stylesheets/framework/tw_bootstrap.scss')
-rw-r--r--app/assets/stylesheets/framework/tw_bootstrap.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/tw_bootstrap.scss b/app/assets/stylesheets/framework/tw_bootstrap.scss
index 99d028d1228..50c0cf61f4e 100644
--- a/app/assets/stylesheets/framework/tw_bootstrap.scss
+++ b/app/assets/stylesheets/framework/tw_bootstrap.scss
@@ -172,7 +172,7 @@
}
.panel-body {
- form {
+ form, pre {
margin: 0;
}