From b7693fbd9512d41516f2c0086a6632edbcf85a8b Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Mon, 4 Jun 2018 15:37:37 -0500 Subject: Unset padding for block code and adjusted padding to match previous padding --- app/assets/stylesheets/bootstrap_migration.scss | 5 +++++ 1 file changed, 5 insertions(+) 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; -- cgit v1.2.1