Update margins to improve grouping

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-04-08 14:48:50 +01:00
parent 4041c030a5
commit ffecf03b2a
1 changed files with 1 additions and 2 deletions

View File

@ -106,13 +106,12 @@ limitations under the License.
} }
.mx_Dialog_content > .mx_SettingsFlag { .mx_Dialog_content > .mx_SettingsFlag {
margin-top: 12px; margin-top: 24px;
} }
p { p {
margin: 0 85px 0 0; margin: 0 85px 0 0;
font-size: $font-12px; font-size: $font-12px;
line-height: $font-24px;
} }
} }