1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 03:11:19 +02:00

Use proper units when adding/subtracting lengths

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2016-01-13 16:16:14 -08:00
parent 5e9b365b25
commit a4745dd7a1
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
// Expand the right padding and account for the close button's positioning.
.alert-dismissible {
padding-right: ($alert-padding + 20);
padding-right: ($alert-padding + 20px);
// Adjust close link position
.close {