aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FormattedTextBox.scss
blob: 492367fce65ec9bac2bc661473de7d2e2a78b275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.ProseMirror {
    margin-top: -1em;
    width: 100%;
    height: 100%;
}

.ProseMirror:focus {
    outline: none !important
}

.formattedTextBox-cont {
    background: white;
    padding: 1vw;
}