Small fixes
This commit is contained in:
parent
314fe78545
commit
f70459769f
@ -40,6 +40,9 @@ application.register("jdd-table-paste", JddTablePaste);
|
||||
import { default as JsonEditor } from "./../../node_modules/@sealcode/jdd-editor/src/controllers/json-editor.stimulus.js";
|
||||
application.register("json-editor", JsonEditor);
|
||||
|
||||
import { default as MarkdownTextarea } from "./../../node_modules/@sealcode/jdd-editor/src/controllers/markdown-textarea.stimulus.js";
|
||||
application.register("markdown-textarea", MarkdownTextarea);
|
||||
|
||||
import { default as RefreshOnTsChanges } from "./../../node_modules/@sealcode/jdd-editor/src/controllers/refresh-on-ts-changes.stimulus.js";
|
||||
application.register("refresh-on-ts-changes", RefreshOnTsChanges);
|
||||
|
||||
|
||||
@ -102,6 +102,7 @@ nav {
|
||||
flex-flow: row wrap;
|
||||
justify-content: space-between;
|
||||
padding: 0 16px;
|
||||
margin-top: 24px;
|
||||
|
||||
ul {
|
||||
display: flex;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user