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

.ProseMirror:focus {
    outline: none !important
}

.formattedTextBox-cont {
    background: beige;
    padding: 0;
}