fix: added right padding to the notifications bar to show cancel button (#4969)

This commit is contained in:
Vikrant Gupta
2024-05-12 16:45:16 +05:30
committed by GitHub
parent 7460e650af
commit 51becf7cfb

View File

@@ -242,3 +242,7 @@ body {
}
}
}
.ant-notification-notice-message {
padding-right: 20px;
}