diff options
-rw-r--r-- | app/assets/stylesheets/bootstrap_migration.scss | 5 |
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; |