summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-06-08 16:31:21 +0000
committerAlessio Caiazza <acaiazza@gitlab.com>2018-06-12 11:42:58 +0200
commit9545bc3523c3bcebd4e14f9f739e4aef568092ce (patch)
tree3e9ea73f89bdb7576b0076a1900ba281e5f6ab72
parent3068f18d88be49f3ee4609a8768ab7747efd3b3c (diff)
downloadgitlab-ce-9545bc3523c3bcebd4e14f9f739e4aef568092ce.tar.gz
Merge branch '47519-discussion-padding' into 'master'
Resolve "discussion has a weird margin around it" Closes #47519 and #47507 See merge request gitlab-org/gitlab-ce!19569
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index 8a1dcb28f88..88d6bae349a 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -122,10 +122,6 @@ code {
}
}
-.code {
- padding: 9.5px;
-}
-
table {
// Remove any table border lines
border-spacing: 0;