diff options
| author | Bobby <[email protected]> | 2023-06-02 15:56:29 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-06-02 15:56:29 -0400 |
| commit | f81622a7336d9f74604338a6ee7cceba22df0c20 (patch) | |
| tree | f852177ae069cf56008b52a33973520595a1c764 | |
| parent | 9c2ecef771277c606e4d0950815ad60adfeb6633 (diff) | |
| download | thatcomputerscientist-f81622a7336d9f74604338a6ee7cceba22df0c20.tar.xz thatcomputerscientist-f81622a7336d9f74604338a6ee7cceba22df0c20.zip | |
Update Admin Editor comtainer width w/ dyn h
| -rw-r--r-- | templates/blog_admin/edit_post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/blog_admin/edit_post.html b/templates/blog_admin/edit_post.html index cbea82cd..452565ba 100644 --- a/templates/blog_admin/edit_post.html +++ b/templates/blog_admin/edit_post.html @@ -62,7 +62,7 @@ <button class="ql-clean"></button> </span> </div> - <div id="editor-container" style="height: 60vh"></div> + <div id="editor-container" style="width: 730px;"></div> </div> <div class="form-group" style="display: none;"> <textarea name="body" id="body">{{ post.body }}</textarea> |
