Skip to content
Snippets Groups Projects
Commit f3c1eba2 authored by Ferenc Schulcz's avatar Ferenc Schulcz
Browse files

Admin: responsive fix

parent 326c70b0
Branches
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<h1>Edit {{ username }}</h1> <h1>Edit {{ username }}</h1>
<textarea name="userJSON" form="userform" style="width: 800px; height: 400px;">{{ userJSON }}</textarea> <textarea name="userJSON" form="userform" style="width: 800px; height: 400px; max-width: 100%; box-sizing: border-box;">{{ userJSON }}</textarea>
<form method="POST" action="{{ url_for('service', servicename='admin_saveuser') }}" id="userform"> <form method="POST" action="{{ url_for('service', servicename='admin_saveuser') }}" id="userform">
<input type="hidden" name="oldusername" value="{{ username }}"> <input type="hidden" name="oldusername" value="{{ username }}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment