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