style the new Email content fields

This commit is contained in:
Isaac Connor 2020-01-22 14:04:23 -05:00
parent dac76e0328
commit f4b5f5f399
1 changed files with 7 additions and 2 deletions

View File

@ -56,9 +56,14 @@ select {
width: 300px;
text-align: right;
}
input[name="filter[EmailSubject]"],
input[name="filter[EmailTo]"],
textarea[name="filter[EmailBody]"] {
width: 500px;
}
select#Id {
min-width: 400px;
min-width: 500px;
}
.Name input {
min-width: 400px;
min-width: 500px;
}