blob: 5139d5d6b9437c60338b69e6cdd852dec48cb00d (
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: beige;
padding: 1vw;
}
|