aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/FieldTextBox.scss
blob: b6ce2fabc619176a93563d48927386e2f5e654df (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
}

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