Remove editor border

This commit is contained in:
Jan-Lukas Else 2018-02-14 19:00:37 +01:00
parent bddc725fcb
commit c59258af1e
1 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,11 @@
#summernote {
width: 100%;
height: 100%
height: 100%;
}
.note-editor {
border: none !important;
}
</style>
</head>