From 0a82cd9f3c44904d931614dba267295231e85f90 Mon Sep 17 00:00:00 2001 From: Eugene Kopyov Date: Sun, 22 Oct 2017 21:54:32 +0200 Subject: [PATCH] Fix for right padding in dismissible alerts (#24481) * Fix for right padding in dismissible alerts * Removed extra whitespace * Update _alert.scss * Update _alert.scss --- scss/_alert.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/_alert.scss b/scss/_alert.scss index 66fba24ead..c2d5c8109f 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;