Skip to content

Commit

Permalink
Fix Notification padding and layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Nov 23, 2017
1 parent dafe811 commit 134ffac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ui/public/notify/notify.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}

.alert {
padding: 0 15px;
padding: 5px 15px;
margin: 0;
border-radius: 0;
border: 0px;
Expand All @@ -55,7 +55,6 @@

.toast-message {
flex: 1 1 auto;
padding-top: 10px;
.ellipsis();
line-height: normal;
}
Expand Down

0 comments on commit 134ffac

Please sign in to comment.