increase margin between Settings sections
This commit is contained in:
parent
c99db2c385
commit
a6882cece1
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@ limitations under the License.
|
||||||
margin: 10px 100px 10px 0; // Align with the rest of the view
|
margin: 10px 100px 10px 0; // Align with the rest of the view
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_SettingsTab_section {
|
||||||
|
margin-bottom: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_SettingsTab_section .mx_SettingsFlag {
|
.mx_SettingsTab_section .mx_SettingsFlag {
|
||||||
margin-right: 100px;
|
margin-right: 100px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue