Fix regression in space preferences dialog (#7464)

pull/21833/head
Michael Telatynski 2022-01-05 10:38:30 +00:00 committed by GitHub
parent 7f13a1b40a
commit 8e881336ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 8 deletions

View File

@ -18,16 +18,28 @@ limitations under the License.
width: 700px;
height: 400px;
.mx_TabbedView .mx_SettingsTab {
min-width: unset;
> h4 {
margin: -12px 0 0;
font-weight: normal;
font-size: $font-15px;
line-height: $font-24px;
color: $secondary-content;
}
.mx_SettingsTab_section {
font-size: $font-15px;
line-height: $font-24px;
.mx_TabbedView {
top: 80px;
.mx_Checkbox + p {
color: $secondary-content;
margin: 0 20px 0 24px;
.mx_SettingsTab {
min-width: unset;
.mx_SettingsTab_section {
font-size: $font-15px;
line-height: $font-24px;
.mx_Checkbox + p {
color: $secondary-content;
margin: 0 20px 0 24px;
}
}
}
}