aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/EditableView.scss
blob: ea401eaf9b23f5dc100a7985885b8c2532e250a3 (plain)
1
2
3
4
5
.editableView-container-editing {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}