Commit 0a82cd9f authored by Eugene Kopyov's avatar Eugene Kopyov Committed by Mark Otto
Browse files

Fix for right padding in dismissible alerts (#24481)

* Fix for right padding in dismissible alerts

* Removed extra whitespace

* Update _alert.scss

* Update _alert.scss
parent 4bd4ff11
Showing with 2 additions and 0 deletions
+2 -0
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
// Expand the right padding and account for the close button's positioning. // Expand the right padding and account for the close button's positioning.
.alert-dismissible { .alert-dismissible {
padding-right: ($close-font-size + $alert-padding-x * 2);
// Adjust close link position // Adjust close link position
.close { .close {
position: absolute; position: absolute;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment