Add support for disabling spell checking (#8604)
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
co-authored by
Michael Telatynski
parent
8379f5624e
commit
bd30b75f79
@@ -37,6 +37,7 @@ limitations under the License.
|
||||
color: $primary-content;
|
||||
margin-top: 10px; /* TODO: Use a spacing variable */
|
||||
margin-bottom: 10px; /* TODO: Use a spacing variable */
|
||||
margin-right: 100px; /* TODO: Use a spacing variable */
|
||||
|
||||
&:nth-child(n + 2) {
|
||||
margin-top: var(--SettingsTab_heading_nth_child-margin-top);
|
||||
@@ -50,6 +51,7 @@ limitations under the License.
|
||||
color: $primary-content;
|
||||
margin-top: $spacing-12;
|
||||
margin-bottom: 10px; /* TODO: Use a spacing variable */
|
||||
margin-right: 100px; /* TODO: Use a spacing variable */
|
||||
}
|
||||
|
||||
.mx_SettingsTab_subsectionText {
|
||||
|
||||
@@ -46,3 +46,7 @@ limitations under the License.
|
||||
.mx_GeneralUserSettingsTab_warningIcon {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.mx_SettingsTab_section_spellcheck .mx_ToggleSwitch {
|
||||
float: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user