Skip to content

Commit

Permalink
🐛 Fix Notification invalid padding-top css
Browse files Browse the repository at this point in the history
close #22935
  • Loading branch information
afc163 committed Apr 5, 2020
1 parent a100139 commit 1849f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/notification/style/index.less
Expand Up @@ -200,8 +200,8 @@
0% {
max-height: 150px;
margin-bottom: @notification-margin-bottom;
padding-top: @notification-padding;
padding-bottom: @notification-padding;
padding-top: @notification-padding-vertical;
padding-bottom: @notification-padding-vertical;
opacity: 1;
}
100% {
Expand Down

0 comments on commit 1849f56

Please sign in to comment.