diff options
| -rw-r--r-- | scss/_alert.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scss/_alert.scss b/scss/_alert.scss index 66fba24ea..c2d5c8109 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; |
