Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 67a824b

Browse files
committed
Fix style
1 parent 1adbf2c commit 67a824b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

res/css/views/settings/_ProfileSettings.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ limitations under the License.
2727

2828
.mx_ProfileSettings_controls {
2929
flex-grow: 1;
30-
margin-right: 54px;
30+
margin-right: 54px;
3131
}
3232

3333
.mx_ProfileSettings_controls .mx_Field #profileTopic {

res/css/views/settings/tabs/user/_SecurityUserSettingsTab.scss

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ limitations under the License.
2727
}
2828

2929
.mx_SecurityUserSettingsTab {
30+
.mx_SettingsTab_heading {
31+
margin-bottom: 22px;
32+
}
3033
.mx_SettingsTab_section {
3134
.mx_AccessibleButton_kind_link {
3235
padding: 0;
@@ -56,8 +59,3 @@ limitations under the License.
5659
}
5760
}
5861

59-
.mx_SecurityUserSettingsTab {
60-
.mx_SettingsTab_heading{
61-
margin-bottom: 22px;
62-
}
63-
}

0 commit comments

Comments
 (0)