fix: comments block on edge and older browser (#1310)

* fix: overflow on edge and older browser
This commit is contained in:
Whai
2025-06-30 21:14:08 -07:00
committed by GitHub
parent 232cea8cc9
commit 5364702b69

View File

@ -12,6 +12,12 @@
padding: 8px;
background: var(--mantine-color-gray-light);
cursor: pointer;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-word;
-ms-word-break: break-word;
max-width: 100%;
box-sizing: border-box;
}
.commentEditor {