Skip to content

Commit

Permalink
(less) Fix dismissible spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
BBosman committed Jun 17, 2014
1 parent 5275ab1 commit 5f638b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions alerts.less
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@
}
}

// Dismissable alerts
// Dismissible alerts
//
// Expand the right padding and account for the close button's positioning.

.alert-dismissable {
.alert-dismissable, // The misspelled .alert-dismissable was deprecated in 3.2.0.
.alert-dismissible {
padding-right: (@alert-padding + 20);

// Adjust close link position
Expand Down

0 comments on commit 5f638b9

Please sign in to comment.