blob: 872a2138b943197bef4b9072c0bd6eb56b27215e (
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: 1vw;
}
|