misc: 내무부에서 에디터 폼 최소 높이 높임

This commit is contained in:
2023-03-19 16:59:13 +09:00
parent fb9e750fe2
commit e619a6b509
+5
View File
@@ -545,3 +545,8 @@ async function setBlockScout() {
}
</script>
<style lang="scss" scoped>
:deep(.ProseMirror){
min-height: 3em;
}
</style>