Skip to content

Commit

Permalink
fix: useNotification className should work
Browse files Browse the repository at this point in the history
close #30576
  • Loading branch information
afc163 committed May 19, 2021
1 parent 7e5a505 commit 81942d2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions components/notification/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
cursor: pointer;
}

&-hook-holder,
&-notice {
position: relative;
width: @notification-width;
Expand All @@ -51,9 +50,8 @@
}
}

&-hook-holder > &-notice {
margin-bottom: 0;
box-shadow: none;
&-hook-holder {
position: relative;
}

&-notice {
Expand Down

0 comments on commit 81942d2

Please sign in to comment.