diff --git a/scss/_alert.scss b/scss/_alert.scss
index 66fba24ead2b33a4844c5884fee8dca10ff727f5..c2d5c8109fd29fb547628cb267b762d81e2060fe 100644
--- a/scss/_alert.scss
+++ b/scss/_alert.scss
@@ -27,6 +27,8 @@
 // Expand the right padding and account for the close button's positioning.
 
 .alert-dismissible {
+  padding-right: ($close-font-size + $alert-padding-x * 2);
+
   // Adjust close link position
   .close {
     position: absolute;