summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-06-04 15:37:37 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-06-04 15:37:37 -0500
commitb7693fbd9512d41516f2c0086a6632edbcf85a8b (patch)
tree3a55913bdeedbc423e174f562a2bbaea3f41f817
parent615440b64ec78a30272671c12dda575bfc54a7df (diff)
downloadgitlab-ce-bootstrap-markdown-code-highlight.tar.gz
Unset padding for block code and adjusted padding to match previous paddingbootstrap-markdown-code-highlight
-rw-r--r--app/assets/stylesheets/bootstrap_migration.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/bootstrap_migration.scss b/app/assets/stylesheets/bootstrap_migration.scss
index fe79b796481..3c466619b00 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -61,9 +61,14 @@ code {
.code & {
background-color: inherit;
+ padding: unset;
}
}
+.code {
+ padding: 9.5px;
+}
+
table {
// Remove any table border lines
border-spacing: 0;