blob: d2cd61b0da77b24156ca365daa5a622008834631 (
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;
}
 
  |