mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
avoid double margin-right for toggle
This commit is contained in:
parent
31cb257eb9
commit
f7eecc0921
1 changed files with 9 additions and 3 deletions
|
@ -49,9 +49,15 @@ limitations under the License.
|
|||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.mx_SettingsTab_section .mx_SettingsFlag {
|
||||
margin-right: 100px;
|
||||
margin-bottom: 10px;
|
||||
.mx_SettingsTab_section {
|
||||
.mx_SettingsFlag {
|
||||
margin-right: 100px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
&.mx_SettingsTab_subsectionText .mx_SettingsFlag {
|
||||
margin-right: 0px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_SettingsTab_section .mx_SettingsFlag .mx_SettingsFlag_label {
|
||||
|
|
Loading…
Reference in a new issue