Skip to content

Commit

Permalink
Add max-width to Notification (getredash#3667)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldutra authored and harveyrendell committed Nov 14, 2019
1 parent 0eb290a commit b340a3e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion client/app/assets/less/ant.less
Original file line number Diff line number Diff line change
Expand Up @@ -252,11 +252,15 @@
z-index: 1000; // make sure it doesn't cover drawer
}

// flexible width for notifications
// Notification overrides
.@{notification-prefix-cls} {
// vertical centering
&-notice-close {
top: 20px;
right: 20px;
}

&-notice-description {
max-width: 484px;
}
}

0 comments on commit b340a3e

Please sign in to comment.