summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-04-12 17:29:54 +0100
committerFilipa Lacerda <filipa@gitlab.com>2018-04-12 17:29:54 +0100
commitb01fd7ad81524b5f2773ccba4b5789a6074ffb9d (patch)
tree3fd1a32596b0b1127e07686e8878be692ee0be9e /app/assets/stylesheets
parent1e54e30ffc017efa350e2f372513aa55b5a0bd0c (diff)
downloadgitlab-ce-b01fd7ad81524b5f2773ccba4b5789a6074ffb9d.tar.gz
Fixes unresolved discussions rendering the error state instead of the diff
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/framework/buttons.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index 6b89387ab5f..9a8fe12e4e8 100644
--- a/app/assets/stylesheets/framework/buttons.scss
+++ b/app/assets/stylesheets/framework/buttons.scss
@@ -485,3 +485,7 @@ fieldset[disabled] .btn,
@extend %disabled;
}
}
+
+.btn-no-padding {
+ padding: 0;
+} \ No newline at end of file