Switched to Lexican Rich Text editor. Got editor working. Need to test signup.

This commit is contained in:
2022-10-31 08:28:20 -07:00
parent cab09e59b9
commit 8196c02b4e
8 changed files with 285 additions and 43 deletions

View File

@@ -536,6 +536,15 @@ nav a + a {
height: 6rem;
}
}
.editor-shell {
max-width: 100% !important;
width: 100%;
margin: 0 !important;
}
.editor-shell .toolbar {
overflow-y: hidden;
}
.userTable .userEditorContainer {
width: 100%;
}