[WEB] Hide writefull editor notification on small screens GitOrigin-RevId: 748774ffbd0736944ed8b4d2444787ba9c4b93ea
@@ -755,7 +755,7 @@ grammarly-extension[data-grammarly-shadow-root='true'] {
/* If the container is smaller than 400px */
@container (max-width: 400px) {
- .writefull-notification {
+ .editor-notification {
display: none;
}