settings: Rename display-settings-form to preferences-settings-form.

Fixes part of #26874.
This commit is contained in:
Aditya Kumar Kasaudhan
2024-01-17 13:54:09 +05:30
committed by Tim Abbott
parent 649b4885e8
commit 1ab4520c4e
2 changed files with 3 additions and 3 deletions

View File

@@ -481,7 +481,7 @@ input[type="checkbox"] {
}
}
.display-settings-form,
.preferences-settings-form,
.notification-settings-form {
.subsection-header h3 {
display: inline-block;
@@ -1427,7 +1427,7 @@ $option_title_width: 180px;
}
}
.display-settings-form select {
.preferences-settings-form select {
width: 245px;
}
}

View File

@@ -1,4 +1,4 @@
<form class="display-settings-form">
<form class="preferences-settings-form">
<div class="general-settings {{#if for_realm_settings}}settings-subsection-parent{{else}}subsection-parent{{/if}}">
<!-- this is inline block so that the alert notification can sit beside
it. If there's not an alert, don't make it inline-block.-->