10 lines
170 B
CSS
10 lines
170 B
CSS
.ck-editor {
|
|
height: 100% !important;
|
|
}
|
|
|
|
body, #root {
|
|
height: 100vh;
|
|
background-color: #f7fafc;
|
|
font-family: Roboto, 'Times New Roman', Times, serif;
|
|
}
|