Skip to content

Commit

Permalink
[7364]: Deconcatenate selectors in src/ui/public/notify/notify.less.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Jun 28, 2016
1 parent 0883956 commit 52f6922
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ui/public/notify/notify.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,15 @@
margin-right: 4px;
}
}
}

&-message {
.toast-message {
flex: 1 1 auto;
.ellipsis();
line-height: normal;
}

&-stack {
.toast-stack {
padding-bottom: 10px;

pre {
Expand All @@ -65,7 +66,7 @@
}
}

&-controls {
.toast-controls {
display: flex;

button {
Expand All @@ -75,7 +76,6 @@
padding: 10px 15px;
}
}
}

// add darkened background to the different badges
.alert-success .badge {
Expand Down

0 comments on commit 52f6922

Please sign in to comment.