Files
progress-test/app/javascript/assets/styles/global.css
2022-07-21 21:16:59 -03:00

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;
}