Browse Source

Fixes #15620: Limit width of user preferences form

Jeremy Stretch 1 year ago
parent
commit
9f16f1466a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netbox/templates/account/preferences.html

+ 1 - 1
netbox/templates/account/preferences.html

@@ -6,7 +6,7 @@
 {% block title %}{% trans "User Preferences" %}{% endblock %}
 {% block title %}{% trans "User Preferences" %}{% endblock %}
 
 
 {% block content %}
 {% block content %}
-  <form method="post" action="" hx-disable="true" id="preferences-update">
+  <form method="post" action="" class="object-edit" hx-disable="true" id="preferences-update">
     {% csrf_token %}
     {% csrf_token %}
 
 
     {# Built-in preferences #}
     {# Built-in preferences #}