summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/bootstrap_migration.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-06-07 17:00:34 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-06-07 17:00:34 -0700
commit45053bb34cfe227255cb6c0ed954b64ffd788c52 (patch)
tree1af9dafeef2451adb6114623c347e0ab1ce5f564 /app/assets/stylesheets/bootstrap_migration.scss
parent85b6b56a73c15eff10119de5ced2d36ad9125e86 (diff)
downloadgitlab-ce-45053bb34cfe227255cb6c0ed954b64ffd788c52.tar.gz
Remove padding on .code
Diffstat (limited to 'app/assets/stylesheets/bootstrap_migration.scss')
-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 0c5b6171223..06c8db8328e 100644
--- a/app/assets/stylesheets/bootstrap_migration.scss
+++ b/app/assets/stylesheets/bootstrap_migration.scss
@@ -118,10 +118,6 @@ code {
}
}
-.code {
- padding: 9.5px;
-}
-
table {
// Remove any table border lines
border-spacing: 0;