diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss
index 8a7572828de70d2aad3d9b63d645a63a14a46665..00f0cba6e822a1525954847f153635c065e6f6cf 100644
--- a/scss/_dropdown.scss
+++ b/scss/_dropdown.scss
@@ -177,7 +177,7 @@
 // Dropdown section headers
 .dropdown-header {
   display: block;
-  padding: $dropdown-padding-y $dropdown-item-padding-x;
+  padding: $dropdown-header-padding;
   margin-bottom: 0; // for use with heading elements
   @include font-size($font-size-sm);
   color: $dropdown-header-color;
diff --git a/scss/_variables.scss b/scss/_variables.scss
index 5c24269e2b0eb6ae3b3b16ce1ebce55c68668405..8c62328378e9d49328d600d2edca02b98d057bd3 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -913,6 +913,7 @@ $dropdown-item-padding-y:           .25rem !default;
 $dropdown-item-padding-x:           1.5rem !default;
 
 $dropdown-header-color:             $gray-600 !default;
+$dropdown-header-padding:           $dropdown-padding-y $dropdown-item-padding-x !default;
 
 
 // Pagination