Add margins between labs sections (#8169)
This commit is contained in:
@@ -15,18 +15,18 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
.mx_LabsUserSettingsTab {
|
||||
.mx_SettingsTab_section {
|
||||
margin-top: 32px;
|
||||
.mx_SettingsTab_subsectionText, .mx_SettingsTab_section {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.mx_SettingsFlag {
|
||||
margin-right: 0; // remove right margin to align with beta cards
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
.mx_SettingsTab_section .mx_SettingsFlag {
|
||||
margin-right: 0; // remove right margin to align with beta cards
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
|
||||
.mx_ToggleSwitch {
|
||||
float: unset;
|
||||
}
|
||||
.mx_ToggleSwitch {
|
||||
float: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user