Add padding to Preferences panel

This commit is contained in:
Alex Gleason 2020-04-20 16:17:51 -05:00
parent 2de1b5466e
commit de703ab748
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -921,3 +921,9 @@ code {
flex-direction: row;
}
}
.columns-area {
form.simple_form {
padding: 15px;
}
}