Skip to content

Commit

Permalink
make user form responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
c-e-p committed Jun 11, 2023
1 parent c2b5ba7 commit b457f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ourchive_app/frontend/templates/user_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<script type="text/javascript">
tinymce.init({
selector: '#profileEditor',
width: 600,
width: '100%',
height: 300,
plugins: [
'link', 'image', 'lists', 'charmap', 'preview', 'anchor', 'pagebreak',
Expand Down

0 comments on commit b457f4d

Please sign in to comment.